mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-05 11:12:27 -05:00
Just updated comments.
This commit is contained in:
parent
8dd9c7dfd9
commit
73b49130c6
3 changed files with 137 additions and 64 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue