aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/shell/shell_cmd.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-12-13 08:47:45 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-12-13 08:47:45 +0000
commit37d751510ab37cc36fc0ab2dcf50d2aa08ae6d08 (patch)
treef52ed508457e5a27283aec4dd5da8adad354b13f /os/various/shell/shell_cmd.h
parenta91bd824fc2468f17828daa94859b24594ed6519 (diff)
downloadChibiOS-37d751510ab37cc36fc0ab2dcf50d2aa08ae6d08.tar.gz
ChibiOS-37d751510ab37cc36fc0ab2dcf50d2aa08ae6d08.tar.bz2
ChibiOS-37d751510ab37cc36fc0ab2dcf50d2aa08ae6d08.zip
Fixed bug #797.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9956 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various/shell/shell_cmd.h')
-rw-r--r--os/various/shell/shell_cmd.h2
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