From 22a386b4540b2e5fd4249887e26fdd78a73b692c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 20 Feb 2016 14:32:35 +0000 Subject: Shell enhancements. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8914 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/various/shell/shell_cmd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os/various/shell/shell_cmd.h') diff --git a/os/various/shell/shell_cmd.h b/os/various/shell/shell_cmd.h index 36e6c0728..9d7c129d0 100644 --- a/os/various/shell/shell_cmd.h +++ b/os/various/shell/shell_cmd.h @@ -37,6 +37,10 @@ #define SHELL_CMD_INFO_ENABLED TRUE #endif +#if !defined(SHELL_CMD_ECHO_ENABLED) || defined(__DOXYGEN__) +#define SHELL_CMD_ECHO_ENABLED TRUE +#endif + #if !defined(SHELL_CMD_SYSTIME_ENABLED) || defined(__DOXYGEN__) #define SHELL_CMD_SYSTIME_ENABLED TRUE #endif -- cgit v1.2.3