mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Continued development on NEC ports.
This commit is contained in:
parent
c4a68ac620
commit
aac296a7c8
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
|||
#define INCLUDE_vTaskDelayUntil 1
|
||||
#define INCLUDE_vTaskDelay 1
|
||||
|
||||
#ifdef configCLOCK_SOURCE == 0
|
||||
#if configCLOCK_SOURCE == 0
|
||||
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 20000000 ) /* using the external clock source */
|
||||
#else
|
||||
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 8000000 ) /* using the internal high speed clock */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue