index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
py/gc.c
1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/gc.c b/py/gc.c
index 3a3fdb00a5..c319e9ffbf 100644
--- a/
py/gc.c
+++ b/
py/gc.c
@@ -2,6 +2,7 @@
#include <string.h>
#include "mpconfig.h"
+#include "misc.h"
#include "gc.h"
#if MICROPY_ENABLE_GC