You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
unix: Dump default heap size in usage message.
This commit is contained in:
+2
-2
@@ -201,8 +201,8 @@ int usage(char **argv) {
|
||||
impl_opts_cnt++;
|
||||
#if MICROPY_ENABLE_GC
|
||||
printf(
|
||||
" heapsize=<n> -- set the heap size for the GC\n"
|
||||
);
|
||||
" heapsize=<n> -- set the heap size for the GC (default %ld)\n"
|
||||
, heap_size);
|
||||
impl_opts_cnt++;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user