From deb08cb66fa85fd0dc011d642e1a707da0477d9b Mon Sep 17 00:00:00 2001 From: Leo C Date: Sat, 30 Aug 2014 12:48:34 +0200 Subject: help cmd: fix column alignment --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 "=> " -- cgit v1.2.3