diff options
Diffstat (limited to 'cc3200/hal/cc3200_hal.c')
| -rw-r--r-- | cc3200/hal/cc3200_hal.c | 2 |
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 |
