We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf1468 commit 8b6e89eCopy full SHA for 8b6e89e
include/portable.h
@@ -203,7 +203,7 @@
203
*
204
* This hook function is called when allocation failed.
205
*/
206
- 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. */
207
#endif /* ( configUSE_MALLOC_FAILED_HOOK == 1 ) */
208
209
#endif /* if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) */
0 commit comments