Correct potential compiler warning when configUSE_MUTEXES is set to 0.

Add comments.
This commit is contained in:
Richard Barry
2014-08-30 20:18:18 +00:00
parent a60ce58731
commit 99229b597b
4 changed files with 25 additions and 24 deletions

View File

@ -1103,7 +1103,7 @@ BaseType_t xTimerPendFunctionCall( PendedFunction_t xFunctionToPend, void *pvPar
*
* @return The name assigned to the timer specified by the xTimer parameter.
*/
const char * pcTimerGetTimerName( TimerHandle_t xTimer );
const char * pcTimerGetTimerName( TimerHandle_t xTimer ); /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
/*
* Functions beyond this part are not part of the public API and are intended