mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
unix: Dump default heap size in usage message.
This commit is contained in:
@@ -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