manual revision to pass clang-format

This commit is contained in:
Donghoon Park 2024-12-15 03:37:01 +00:00
parent c321e53391
commit 09f1f9dd0d

View File

@ -63,7 +63,7 @@ extern uint32_t SystemCoreClock;
#define configMAX_PRIORITIES (5)
#endif
#define configMINIMAL_STACK_SIZE ((unsigned short) 50)
#define configTOTAL_HEAP_SIZE ((size_t)(32 * 1024))
#define configTOTAL_HEAP_SIZE (size_t)(32 * 1024)
#define configMAX_TASK_NAME_LEN (10)
#define configUSE_TRACE_FACILITY 1
#define configUSE_16_BIT_TICKS 0