diff --git a/include/portable.h b/include/portable.h index f08f77dcd62..46bd98be9a4 100644 --- a/include/portable.h +++ b/include/portable.h @@ -203,7 +203,7 @@ * * This hook function is called when allocation failed. */ - void vApplicationMallocFailedHook( void ); /*lint !e526 Symbol not defined as it is an application callback. */ + void vApplicationMallocFailedHook( void ); /*lint !e526 Symbol not defined as it is an application callback. */ #endif /* ( configUSE_MALLOC_FAILED_HOOK == 1 ) */ #endif /* if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) */