]> git.sur5r.net Git - freertos/commitdiff
Continued development on NEC ports.
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 7 Feb 2009 17:41:36 +0000 (17:41 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 7 Feb 2009 17:41:36 +0000 (17:41 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@688 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/NEC_78K0R_IAR/FreeRTOSConfig.h

index e85097a7a5397c71c70bd651d9b3bc8508c20179..03a726b88584747e71ab41f0824d8564ad932fd3 100644 (file)
                #define INCLUDE_vTaskDelayUntil                 1\r
                #define INCLUDE_vTaskDelay                              1\r
        \r
-               #ifdef configCLOCK_SOURCE == 0\r
+               #if configCLOCK_SOURCE == 0\r
                        #define configCPU_CLOCK_HZ                      ( ( unsigned portLONG ) 20000000 )  /* using the external clock source */\r
                #else\r
                        #define configCPU_CLOCK_HZ                      ( ( unsigned portLONG ) 8000000 )   /* using the internal high speed clock */\r