diff options
Diffstat (limited to 'os/various/shell/shell_cmd.h')
-rw-r--r-- | os/various/shell/shell_cmd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/various/shell/shell_cmd.h b/os/various/shell/shell_cmd.h index e81fa3646..1f9ad64b1 100644 --- a/os/various/shell/shell_cmd.h +++ b/os/various/shell/shell_cmd.h @@ -33,6 +33,10 @@ /* Module pre-compile time settings. */
/*===========================================================================*/
+#if !defined(SHELL_CMD_EXIT_ENABLED) || defined(__DOXYGEN__)
+#define SHELL_CMD_EXIT_ENABLED TRUE
+#endif
+
#if !defined(SHELL_CMD_INFO_ENABLED) || defined(__DOXYGEN__)
#define SHELL_CMD_INFO_ENABLED TRUE
#endif
|