diff options
author | Fabio Utzig <utzig@utzig.org> | 2016-04-04 22:40:32 -0300 |
---|---|---|
committer | Fabio Utzig <utzig@utzig.org> | 2016-04-04 22:40:32 -0300 |
commit | 8bd60ee894cf20b28bd21a8cdc9c51d525547910 (patch) | |
tree | 7a70a02cc15e6898ae227a52294e659e07ad71ed /testhal/KINETIS/FRDM-KL26Z/USB_SERIAL | |
parent | d7ceec1a01ad9c100bac9daf555c6eafe46e793b (diff) | |
download | ChibiOS-Contrib-8bd60ee894cf20b28bd21a8cdc9c51d525547910.tar.gz ChibiOS-Contrib-8bd60ee894cf20b28bd21a8cdc9c51d525547910.tar.bz2 ChibiOS-Contrib-8bd60ee894cf20b28bd21a8cdc9c51d525547910.zip |
Fix testhal test thd usage
Diffstat (limited to 'testhal/KINETIS/FRDM-KL26Z/USB_SERIAL')
-rw-r--r-- | testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/chconf.h | 2 | ||||
-rw-r--r-- | testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/main.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/chconf.h b/testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/chconf.h index 48f3aae..c7ed185 100644 --- a/testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/chconf.h +++ b/testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/chconf.h @@ -366,7 +366,7 @@ * @note The default failure mode is to halt the system with the global
* @p panic_msg variable set to @p NULL.
*/
-#define CH_DBG_ENABLE_STACK_CHECK TRUE
+#define CH_DBG_ENABLE_STACK_CHECK FALSE
/**
* @brief Debug option, stacks initialization.
diff --git a/testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/main.c b/testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/main.c index 103991a..897dc58 100644 --- a/testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/main.c +++ b/testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/main.c @@ -20,7 +20,6 @@ #include "ch.h"
#include "hal.h"
-#include "test.h"
#include "shell.h"
#include "chprintf.h"
|