Supply default setting for configUSE_MALLOC_FAILED_HOOK.

This commit is contained in:
Richard Barry 2009-07-21 17:33:02 +00:00
parent 4a1fbbca99
commit 276356d9b5

View File

@ -390,5 +390,9 @@ typedef portBASE_TYPE (*pdTASK_HOOK_CODE)( void * );
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS()
#endif
#ifndef configUSE_MALLOC_FAILED_HOOK
#define configUSE_MALLOC_FAILED_HOOK 0
#endif
#endif /* INC_FREERTOS_H */