mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-29 21:42:31 +08:00
Continued development on NEC ports.
This commit is contained in:
@ -112,7 +112,7 @@
|
|||||||
#define INCLUDE_vTaskDelayUntil 1
|
#define INCLUDE_vTaskDelayUntil 1
|
||||||
#define INCLUDE_vTaskDelay 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 */
|
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 20000000 ) /* using the external clock source */
|
||||||
#else
|
#else
|
||||||
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 8000000 ) /* using the internal high speed clock */
|
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 8000000 ) /* using the internal high speed clock */
|
||||||
|
Reference in New Issue
Block a user