diff options
Diffstat (limited to 'mpy-cross/gccollect.c')
-rw-r--r-- | mpy-cross/gccollect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpy-cross/gccollect.c b/mpy-cross/gccollect.c index 32ce825a1..f655a07da 100644 --- a/mpy-cross/gccollect.c +++ b/mpy-cross/gccollect.c @@ -146,4 +146,4 @@ void gc_collect(void) { gc_collect_end(); } -#endif //MICROPY_ENABLE_GC +#endif // MICROPY_ENABLE_GC |