diff options
Diffstat (limited to 'ports/zephyr/main.c')
-rw-r--r-- | ports/zephyr/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/zephyr/main.c b/ports/zephyr/main.c index c8f9601c3..e304dfd25 100644 --- a/ports/zephyr/main.c +++ b/ports/zephyr/main.c @@ -174,7 +174,7 @@ void gc_collect(void) { gc_collect_start(); gc_collect_root(&dummy, ((mp_uint_t)MP_STATE_THREAD(stack_top) - (mp_uint_t)&dummy) / sizeof(mp_uint_t)); gc_collect_end(); - //gc_dump_info(); + // gc_dump_info(); } #if !MICROPY_READER_VFS |