mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 13:01:57 -04:00
Remove redundent cancellation point
This commit is contained in:
parent
a7d39c3e3a
commit
14903c380e
1
portable/ThirdParty/GCC/Posix/port.c
vendored
1
portable/ThirdParty/GCC/Posix/port.c
vendored
|
@ -398,7 +398,6 @@ static void * prvTimerTickHandler( void * arg )
|
|||
}
|
||||
|
||||
usleep( portTICK_RATE_MICROSECONDS );
|
||||
pthread_testcancel();
|
||||
}
|
||||
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue