From e760efb1194b329eb03ca69946bb88eecf45eebe Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 5 Dec 2021 13:05:32 +0000 Subject: [PATCH] Disabled by default. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15204 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/various/shell/shell_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/various/shell/shell_cmd.h b/os/various/shell/shell_cmd.h index 7f1fc0c27..72147a6f3 100644 --- a/os/various/shell/shell_cmd.h +++ b/os/various/shell/shell_cmd.h @@ -62,7 +62,7 @@ #endif #if !defined(SHELL_CMD_FILES_ENABLED) || defined(__DOXYGEN__) -#define SHELL_CMD_FILES_ENABLED TRUE +#define SHELL_CMD_FILES_ENABLED FALSE #endif #if !defined(SHELL_CMD_TEST_WA_SIZE) || defined(__DOXYGEN__)