mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-08-08 06:03:45 +00:00
Disable FreeRTOS Kernel malloc failed hook
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user