mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-29 05:17:43 +08:00
Set to use 32bit tick variables.
This commit is contained in:
@ -73,7 +73,7 @@
|
|||||||
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 6 )
|
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 6 )
|
||||||
#define configTOTAL_HEAP_SIZE ( (size_t) (80 * 1024) )
|
#define configTOTAL_HEAP_SIZE ( (size_t) (80 * 1024) )
|
||||||
#define configMAX_TASK_NAME_LEN ( 20 )
|
#define configMAX_TASK_NAME_LEN ( 20 )
|
||||||
#define configUSE_16_BIT_TICKS 1
|
#define configUSE_16_BIT_TICKS 0
|
||||||
#define configIDLE_SHOULD_YIELD 1
|
#define configIDLE_SHOULD_YIELD 1
|
||||||
#define configUSE_MUTEXES 1
|
#define configUSE_MUTEXES 1
|
||||||
#define configUSE_TRACE_FACILITY 0
|
#define configUSE_TRACE_FACILITY 0
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 6 )
|
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 6 )
|
||||||
#define configTOTAL_HEAP_SIZE ( (size_t) (80 * 1024) )
|
#define configTOTAL_HEAP_SIZE ( (size_t) (80 * 1024) )
|
||||||
#define configMAX_TASK_NAME_LEN ( 20 )
|
#define configMAX_TASK_NAME_LEN ( 20 )
|
||||||
#define configUSE_16_BIT_TICKS 1
|
#define configUSE_16_BIT_TICKS 0
|
||||||
#define configIDLE_SHOULD_YIELD 1
|
#define configIDLE_SHOULD_YIELD 1
|
||||||
#define configUSE_MUTEXES 1
|
#define configUSE_MUTEXES 1
|
||||||
#define configUSE_TRACE_FACILITY 0
|
#define configUSE_TRACE_FACILITY 0
|
||||||
|
Reference in New Issue
Block a user