update FreeRTOSConfig.h

- remove configAssert()
- configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
This commit is contained in:
hathach
2023-12-18 20:33:43 +07:00
parent c314cb2903
commit 1a3f5f7a09
25 changed files with 25 additions and 408 deletions

View File

@@ -81,6 +81,7 @@
#define configUSE_TICK_HOOK 0
#define configUSE_MALLOC_FAILED_HOOK 0 // cause nested extern warning
#define configCHECK_FOR_STACK_OVERFLOW 2
#define configCHECK_HANDLER_INSTALLATION 0
/* Run time and task stats gathering related definitions. */
#define configGENERATE_RUN_TIME_STATS 0