diff options
Diffstat (limited to 'include/command.h')
-rw-r--r-- | include/command.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/command.h b/include/command.h index 3c6132e0c54..0db48980624 100644 --- a/include/command.h +++ b/include/command.h @@ -18,8 +18,8 @@ #endif /* Default to a width of 8 characters for help message command width */ -#ifndef CONFIG_SYS_HELP_CMD_WIDTH -#define CONFIG_SYS_HELP_CMD_WIDTH 10 +#ifndef CFG_SYS_HELP_CMD_WIDTH +#define CFG_SYS_HELP_CMD_WIDTH 10 #endif #ifndef __ASSEMBLY__ |