aboutsummaryrefslogtreecommitdiff
path: root/cc3200/hal/cc3200_hal.c
diff options
context:
space:
mode:
authordanicampora2015-02-14 16:35:29 +0100
committerdanicampora2015-02-20 16:40:06 +0100
commite1dfc4417817cbefb31e1df3ac27de4de94b3f30 (patch)
treeb485212986f0c14a027489b2f1f06b2e091515a6 /cc3200/hal/cc3200_hal.c
parent690458300b409423212ac15ab99d0891c5b702a5 (diff)
cc3200: Disable FreeRTOS asserts. Optimize more files if BTYPE=debug.
Diffstat (limited to 'cc3200/hal/cc3200_hal.c')
-rw-r--r--cc3200/hal/cc3200_hal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/hal/cc3200_hal.c b/cc3200/hal/cc3200_hal.c
index 1e97324ea..75b0dca03 100644
--- a/cc3200/hal/cc3200_hal.c
+++ b/cc3200/hal/cc3200_hal.c
@@ -88,7 +88,7 @@ void HAL_SystemInit (void) {
// in the case of a release image, these steps are already performed by
// the bootloader so we can skip it and gain some code space
-#ifndef NDEBUG
+#ifdef DEBUG
MAP_IntMasterEnable();
PRCMCC3200MCUInit();
#endif