diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-16 20:41:12 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-16 20:41:12 +0000 |
commit | 94236f4be7a040aaae3cd6c34cf35870e8008ca4 (patch) | |
tree | cb8cd76c9a897c4a3644cfc769303fba0a250a4e /os | |
parent | 734aea5b10f4d7470d29c07ae51fbd9d9b588205 (diff) | |
download | ChibiOS-94236f4be7a040aaae3cd6c34cf35870e8008ca4.tar.gz ChibiOS-94236f4be7a040aaae3cd6c34cf35870e8008ca4.tar.bz2 ChibiOS-94236f4be7a040aaae3cd6c34cf35870e8008ca4.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10838 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/various/shell/shell_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/various/shell/shell_cmd.c b/os/various/shell/shell_cmd.c index fd28aa89a..cf350ff4d 100644 --- a/os/various/shell/shell_cmd.c +++ b/os/various/shell/shell_cmd.c @@ -31,7 +31,7 @@ #include "chprintf.h"
#if (SHELL_CMD_TEST_ENABLED == TRUE) || defined(__DOXYGEN__)
-#include "ch_test.h"
+#include "rt_test_root.h"
#endif
/*===========================================================================*/
|