Increase the MCLK frequency to 25MHz in the IAR MSP430X demo.

pull/1/head
Richard Barry 14 years ago
parent 89669ae861
commit 01f4b87dba

@ -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 ) )

Loading…
Cancel
Save