Fix -Werror=unused-parameter in GCC posix prvTimerTickHandler() (#949)

This commit is contained in:
Tony Josi 2024-01-13 21:43:05 +05:30 committed by GitHub
parent 3baa3dd98b
commit c053ffeacc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -381,6 +381,8 @@ static uint64_t prvGetTimeNs( void )
static void * prvTimerTickHandler( void * arg ) static void * prvTimerTickHandler( void * arg )
{ {
( void ) arg;
while( xTimerTickThreadShouldRun ) while( xTimerTickThreadShouldRun )
{ {
/* /*