mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-04 19:08:48 +02:00
Fix -Werror=unused-parameter in GCC posix prvTimerTickHandler() (#949)
This commit is contained in:
parent
3baa3dd98b
commit
c053ffeacc
2
portable/ThirdParty/GCC/Posix/port.c
vendored
2
portable/ThirdParty/GCC/Posix/port.c
vendored
@ -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 )
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user