mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Remove redundent cancellation point
This commit is contained in:
parent
a7d39c3e3a
commit
14903c380e
1 changed files with 0 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue