summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorLeo C2014-08-24 23:22:58 +0200
committerLeo C2014-08-24 23:22:58 +0200
commitf14850dbf6369dc42df913c407bda51efb1c620c (patch)
treeac6a860b10132e7b48234834d7d48b39a2994ae3 /include/config.h
parent35e9ec0c03a150e3fe6a3350549573e4c02be67b (diff)
downloadz180-stamp-f14850dbf6369dc42df913c407bda51efb1c620c.zip
use env var 'baudrate'
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 287a0c5..396fd59 100644
--- a/include/config.h
+++ b/include/config.h
@@ -5,7 +5,8 @@
#define CONFIG_ENV_OFFSET 0
#define CONFIG_ENVVAR_MAX 20
-#define CONFIG_POWRON_DELAY 2000 /* ms to wait after power on */
+#define CONFIG_BAUDRATE 115200L
+#define CONFIG_PWRON_DELAY 2000 /* ms to wait after power on */
#define CONFIG_BOOTDELAY 4
//#define CONFIG_ZERO_BOOTDELAY_CHECK 1