Remove redundent cancellation point

This commit is contained in:
Ching-Hsin,Lee 2024-01-10 05:39:27 +00:00 committed by Paul Bartell
parent a7d39c3e3a
commit 14903c380e

View file

@ -398,7 +398,6 @@ static void * prvTimerTickHandler( void * arg )
}
usleep( portTICK_RATE_MICROSECONDS );
pthread_testcancel();
}
return NULL;