summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeo C2016-06-15 08:50:09 +0200
committerLeo C2016-06-17 20:52:19 +0200
commitdb6a28d817d6430b5774aedab7e1b8715e358d46 (patch)
treea59b90b2afb6b29738ffa4832fa0c49c004b5143 /include
parent131e0d5a3973678d85f49f0c3c86defcac96ed62 (diff)
downloadz180-stamp-db6a28d817d6430b5774aedab7e1b8715e358d46.zip
Linked list for history buffer
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index b7454e2..e75b596 100644
--- a/include/config.h
+++ b/include/config.h
@@ -61,6 +61,7 @@
#define CONFIG_SYS_I2C_CLOCK 100000L /* SCL clock frequency in Hz */
#define CONFIG_SYS_CBSIZE 250
+#define CONFIG_SYS_HIST_MAX 20
#define CONFIG_SYS_MAXARGS 20
#define CONFIG_SYS_ENV_NAMELEN 16