aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS/FRDM-KL25Z
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2016-04-05 07:33:03 -0300
committerFabio Utzig <utzig@utzig.org>2016-04-05 07:33:03 -0300
commita193ca0bcbe5c2fd20cfddbc714140e9646b226e (patch)
tree7a70a02cc15e6898ae227a52294e659e07ad71ed /testhal/KINETIS/FRDM-KL25Z
parent8514bc2c23dcaa3f0c72b5956861b70e0c6a5eaa (diff)
parent8bd60ee894cf20b28bd21a8cdc9c51d525547910 (diff)
downloadChibiOS-Contrib-a193ca0bcbe5c2fd20cfddbc714140e9646b226e.tar.gz
ChibiOS-Contrib-a193ca0bcbe5c2fd20cfddbc714140e9646b226e.tar.bz2
ChibiOS-Contrib-a193ca0bcbe5c2fd20cfddbc714140e9646b226e.zip
Merge pull request #51 from utzig/fix-kinetis-test-thd
Fix kinetis test thd
Diffstat (limited to 'testhal/KINETIS/FRDM-KL25Z')
-rw-r--r--testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/chconf.h2
-rw-r--r--testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/main.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/chconf.h b/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/chconf.h
index a185ac6..7b54de5 100644
--- a/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/chconf.h
+++ b/testhal/KINETIS/FRDM-KL25Z/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-KL25Z/USB_SERIAL/main.c b/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/main.c
index 103991a..897dc58 100644
--- a/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/main.c
+++ b/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/main.c
@@ -20,7 +20,6 @@
#include "ch.h"
#include "hal.h"
-#include "test.h"
#include "shell.h"
#include "chprintf.h"