summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorLeo C2018-07-21 12:15:44 +0200
committerLeo C2018-07-21 12:15:44 +0200
commitfb9b17a9518501c3de8eb6858e887b40328364c6 (patch)
tree1d5c153c8ff3ceba9d846d32805fd64508a888c9 /include/config.h
parentb5251896f0f5eab98408808848b6236d234b370e (diff)
downloadz180-stamp-fb9b17a9518501c3de8eb6858e887b40328364c6.zip
Set __malloc_margin, Print free heap command
# Conflicts: # include/config.h
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 54cbc98..f5bccb9 100644
--- a/include/config.h
+++ b/include/config.h
@@ -66,6 +66,7 @@
#define CONFIG_SYS_MAXARGS 20
#define CONFIG_SYS_ENV_NAMELEN 16
#define CONFIG_SYS_HISTSIZE (CONFIG_SYS_CBSIZE*2)
+#define CONFIG_SYS_MALLOC_MARGIN 256
#define CONFIG_SYS_PROMPT "-> "
#define CONFIG_SYS_PROMPT_REPEAT "=> "