From: richardbarry Date: Wed, 12 Jan 2011 12:33:38 +0000 (+0000) Subject: Increase the MCLK frequency to 25MHz in the IAR MSP430X demo. X-Git-Tag: V6.1.1~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9652da5b3fc2013889ce7c380c89378e2eb33b60;p=freertos Increase the MCLK frequency to 25MHz in the IAR MSP430X demo. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1243 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h b/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h index 1a7133ba0..a9f7cc05d 100644 --- a/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h +++ b/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h @@ -69,7 +69,7 @@ #define configUSE_PREEMPTION 1 #define configUSE_IDLE_HOOK 1 #define configUSE_TICK_HOOK 1 -#define configCPU_CLOCK_HZ ( 16000000UL ) +#define configCPU_CLOCK_HZ ( 25000000UL ) #define configTICK_RATE_HZ ( ( portTickType ) 1000 ) #define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 ) #define configTOTAL_HEAP_SIZE ( ( size_t ) ( 10 * 1024 ) )