Init
This commit is contained in:
parent
8765f010e3
commit
15b69de208
|
|
@ -77,7 +77,7 @@ extern uint32_t SystemCoreClock;
|
|||
#define configTICK_RATE_HZ ((TickType_t)1000)
|
||||
#define configMAX_PRIORITIES ( 56 )
|
||||
#define configMINIMAL_STACK_SIZE ((uint16_t)64)
|
||||
#define configTOTAL_HEAP_SIZE ((size_t)120000)
|
||||
#define configTOTAL_HEAP_SIZE ((size_t)160000)
|
||||
#define configMAX_TASK_NAME_LEN ( 16 )
|
||||
#define configUSE_TRACE_FACILITY 1
|
||||
#define configUSE_16_BIT_TICKS 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue