Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
141df2d3
Commit
141df2d3
authored
Jun 24, 2014
by
Paul Sokolovsky
Browse files
unix: Dump default heap size in usage message.
parent
cd590cbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/main.c
View file @
141df2d3
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment