diff --git a/subsys/shell/shell.c b/subsys/shell/shell.c index 5f195d3ae3c..bc4e81fd772 100644 --- a/subsys/shell/shell.c +++ b/subsys/shell/shell.c @@ -23,6 +23,7 @@ #include "shell_vt100.h" #include "shell_wildcard.h" +#line 27 /* 2 == 1 char for cmd + 1 char for '\0' */ #if (CONFIG_SHELL_CMD_BUFF_SIZE < 2) #error too small CONFIG_SHELL_CMD_BUFF_SIZE