Just updated comments.

This commit is contained in:
Richard Barry 2010-01-17 15:45:37 +00:00
parent 8dd9c7dfd9
commit 73b49130c6
3 changed files with 137 additions and 64 deletions

View file

@ -70,7 +70,7 @@
#define configUSE_PREEMPTION 1
#define configUSE_IDLE_HOOK 1
#define configUSE_TICK_HOOK 1
#define configUSE_TICK_HOOK 1 /* Must be set to one for the timer interrupt to be cleared. */
#define configCPU_CLOCK_HZ ( 200000000UL )
#define configPERIPHERAL_CLOCK_HZ ( 50000000UL )
#define configTICK_RATE_HZ ( ( portTickType ) 1000 )