summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorLeo C2014-10-16 11:08:47 +0200
committerLeo C2014-10-16 11:08:47 +0200
commit6dc26e92c20eedcfcba9e0b75a015a5b160748c5 (patch)
treea2a7c5a22b3353b4d26b8eb1b3a8caef7f6411ac /include/config.h
parent349c01b10d1f6e223f963c6cbdf6a94d0b618895 (diff)
parent8f23e84c6a08a384d25582f9cf79c4f5549bc852 (diff)
downloadz180-stamp-6dc26e92c20eedcfcba9e0b75a015a5b160748c5.zip
Merge branch 'master' into hostcomm_avr
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 4093a67..c0777a8 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,6 +1,13 @@
#ifndef CONFIG_H
#define CONFIG_H
+/* Environment variables */
+
+#define ENV_BAUDRATE "baudrate"
+#define ENV_BOOTDELAY "bootdelay"
+#define ENV_BOOTCMD "bootcmd"
+#define ENV_PINALIAS "pin_alias"
+
#define CONFIG_ENV_SIZE 1600
#define CONFIG_ENV_OFFSET 0
#define CONFIG_ENVVAR_MAX 20