Disable FreeRTOS Kernel malloc failed hook

This commit is contained in:
Paul Bartell
2022-10-20 17:18:44 -07:00
parent 4de35c6a8f
commit fe0b5bd7c6

View File

@@ -66,7 +66,7 @@
/* Hook function related definitions. */
#define configUSE_TICK_HOOK 0
#define configUSE_IDLE_HOOK 0
#define configUSE_MALLOC_FAILED_HOOK 1
#define configUSE_MALLOC_FAILED_HOOK 0
#define configCHECK_FOR_STACK_OVERFLOW 0 /* Not applicable to the Win32 port. */
/* Software timer related definitions. */