Remove lint suppression comment (#920)

Remove lint suppression comment
This commit is contained in:
chinglee-iot 2023-12-08 14:49:42 +08:00 committed by GitHub
parent a2712b5e38
commit a79752a04a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 155 additions and 184 deletions

View file

@ -200,7 +200,7 @@ size_t xPortGetMinimumEverFreeHeapSize( void ) PRIVILEGED_FUNCTION;
*
* 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 );
#endif
/*