summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeo C2014-12-01 11:13:52 +0100
committerLeo C2014-12-01 11:13:52 +0100
commitc93a1fd4f52e215c7fde5a207fff66015d0c4822 (patch)
tree8c98c7d76c623951c2735c457ac1ca65a990161f /include
parent4565be9a755c4de8ffdbc8b9a7b2d87c87f7a9e1 (diff)
downloadz180-stamp-c93a1fd4f52e215c7fde5a207fff66015d0c4822.zip
put weekdays[] in flash, workaround for wrong weekday display
Diffstat (limited to 'include')
-rw-r--r--include/config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h
index 82dbf81..d0749b3 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,11 +1,11 @@
-#ifndef CONFIG_H
+#ifndef CONFIG_H
#define CONFIG_H
/* Environment variables */
#define ENV_BAUDRATE "baudrate"
#define ENV_BOOTDELAY "bootdelay"
-#define ENV_BOOTCMD "bootcmd"
+#define ENV_BOOTCMD "bootcmd"
#define ENV_PINALIAS "pin_alias"
#define CONFIG_ENV_SIZE 1600
@@ -13,7 +13,7 @@
#define CONFIG_ENVVAR_MAX 20
#define CONFIG_BAUDRATE 115200L
-#define CONFIG_PWRON_DELAY 2000 /* ms to wait after power on */
+#define CONFIG_PWRON_DELAY 2000 /* ms to wait after power on */
#define CONFIG_BOOTDELAY 4
//#define CONFIG_ZERO_BOOTDELAY_CHECK 1
@@ -42,4 +42,3 @@
#define CONFIG_SYS_LONGHELP 1
#endif /* CONFIG_H */
-