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

pull/951/head^2
Tony Josi 1 year ago committed by GitHub
parent 3baa3dd98b
commit c053ffeacc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save