summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeo C2014-08-30 12:48:34 +0200
committerLeo C2014-08-30 12:48:34 +0200
commitdeb08cb66fa85fd0dc011d642e1a707da0477d9b (patch)
treea366dc0e01aa80c3e8cd7fc1c82d824bdf814582 /include
parent85787726aedbb4cd763613f6c2eadf66f9110ff4 (diff)
downloadz180-stamp-deb08cb66fa85fd0dc011d642e1a707da0477d9b.zip
help cmd: fix column alignment
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 396fd59..4093a67 100644
--- a/include/config.h
+++ b/include/config.h
@@ -21,8 +21,8 @@
#define CONFIG_SYS_I2C_CLOCK 100000L /* SCL clock frequency in Hz */
#define CONFIG_SYS_CBSIZE 250
-#define CONFIG_SYS_ENV_NAMELEN 16
#define CONFIG_SYS_MAXARGS 8
+#define CONFIG_SYS_ENV_NAMELEN 16
#define CONFIG_SYS_PROMPT "=> "