diff options
Diffstat (limited to 'py/modgc.c')
-rw-r--r-- | py/modgc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modgc.c b/py/modgc.c index de6ecd5867..03b520b949 100644 --- a/py/modgc.c +++ b/py/modgc.c @@ -35,7 +35,7 @@ #include "objstr.h" #include "gc.h" -#if MICROPY_ENABLE_MOD_GC && MICROPY_ENABLE_GC +#if MICROPY_PY_GC && MICROPY_ENABLE_GC STATIC mp_obj_t py_gc_collect(void) { gc_collect(); |