mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-16 04:18:10 +00:00
Update the demo directory to use the version 8 type naming conventions.
This commit is contained in:
@@ -114,7 +114,7 @@ occurs.
|
||||
#define configUSE_IDLE_HOOK 1
|
||||
#define configUSE_TICK_HOOK 0
|
||||
#define configCPU_CLOCK_HZ ( ( unsigned long ) 7995392 ) /* Clock setup from main.c in the demo application. */
|
||||
#define configTICK_RATE_HZ ( ( portTickType ) 1000 )
|
||||
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
|
||||
#define configMAX_PRIORITIES ( 4 )
|
||||
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 50 )
|
||||
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 1800 ) )
|
||||
|
||||
Reference in New Issue
Block a user