From: RichardBarry Date: Sat, 7 Feb 2009 17:41:36 +0000 (+0000) Subject: Continued development on NEC ports. X-Git-Tag: V5.1.2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fbafef1d924536e481c0d2c893723e43c8b9bd81;p=freertos Continued development on NEC ports. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@688 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h b/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h index e85097a7a..03a726b88 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 */