summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Demo/NEC_78K0R_IAR/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
index e85097a7..03a726b8 100644
--- a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
+++ b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
@@ -112,7 +112,7 @@
#define INCLUDE_vTaskDelayUntil 1
#define INCLUDE_vTaskDelay 1
- #ifdef configCLOCK_SOURCE == 0
+ #if configCLOCK_SOURCE == 0
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 20000000 ) /* using the external clock source */
#else
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 8000000 ) /* using the internal high speed clock */