Fixed bug #797.
@@ -109,7 +109,7 @@ | ||
109 | 109 | /** |
110 | 110 | * @brief Array of the default commands. |
111 | 111 | */ |
112 | -static ShellCommand local_commands[] = { | |
112 | +static const ShellCommand local_commands[] = { | |
113 | 113 | {"info", cmd_info}, |
114 | 114 | {"systime", cmd_systime}, |
115 | 115 | {NULL, NULL} |
@@ -72,6 +72,7 @@ | ||
72 | 72 | ***************************************************************************** |
73 | 73 | |
74 | 74 | *** 2.6.10 *** |
75 | +- FIX: Fixed missing const qualifier in local shell commands array (bug #797). | |
75 | 76 | - FIX: Fixed double empty lines in HAL (bug #794). |
76 | 77 | - FIX: Fixed STM32F105 port not compiling. (bug #782). |
77 | 78 | - FIX: Fixed wrong HSE checks and PLL2 enable switch in STM32F105 and |