]> git.sur5r.net Git - freertos/commitdiff
Increase the MCLK frequency to 25MHz in the IAR MSP430X demo.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 12 Jan 2011 12:33:38 +0000 (12:33 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 12 Jan 2011 12:33:38 +0000 (12:33 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1243 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h

index 1a7133ba0f396cbcae376f0733ec6a031d6d333e..a9f7cc05de6e294c175dda62300a46453cb9fadd 100644 (file)
@@ -69,7 +69,7 @@
 #define configUSE_PREEMPTION                   1\r
 #define configUSE_IDLE_HOOK                            1\r
 #define configUSE_TICK_HOOK                            1\r
-#define configCPU_CLOCK_HZ                             ( 16000000UL )  \r
+#define configCPU_CLOCK_HZ                             ( 25000000UL )  \r
 #define configTICK_RATE_HZ                             ( ( portTickType ) 1000 )\r
 #define configMAX_PRIORITIES                   ( ( unsigned portBASE_TYPE ) 5 )\r
 #define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 10 * 1024 ) )\r