diff options
Diffstat (limited to 'os/various/shell/shell_cmd.c')
-rw-r--r-- | os/various/shell/shell_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/various/shell/shell_cmd.c b/os/various/shell/shell_cmd.c index 724d83351..fd28aa89a 100644 --- a/os/various/shell/shell_cmd.c +++ b/os/various/shell/shell_cmd.c @@ -197,7 +197,7 @@ static void cmd_test(BaseSequentialStream *chp, int argc, char *argv[]) { /**
* @brief Array of the default commands.
*/
-ShellCommand shell_local_commands[] = {
+const ShellCommand shell_local_commands[] = {
#if (SHELL_CMD_EXIT_ENABLED == TRUE) && !defined(_CHIBIOS_NIL_)
{"exit", cmd_exit},
#endif
|