diff options
Diffstat (limited to 'os/various/shell/shell_cmd.h')
-rw-r--r-- | os/various/shell/shell_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/various/shell/shell_cmd.h b/os/various/shell/shell_cmd.h index 4eac1a122..2fd454d7d 100644 --- a/os/various/shell/shell_cmd.h +++ b/os/various/shell/shell_cmd.h @@ -94,7 +94,7 @@ /*===========================================================================*/
#if !defined(__DOXYGEN__)
-extern ShellCommand shell_local_commands[];
+extern const ShellCommand shell_local_commands[];
#endif
#ifdef __cplusplus
|