mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-09-16 20:26:29 +08:00
Rename the CORTEX_MPU_MEC17xx_KEIL_GCC directory to CORTEX_MPU_CEC_MEC_Keil_GCC as it is also applicable to the CEC17xx parts.
This commit is contained in:
FreeRTOS/Demo
CORTEX_MPU_CEC_MEC_17xx_Keil_GCC
CMSIS
FreeRTOSConfig.hGCC_Specific
JLinkSettings.iniRTOSDemo.uvoptxRTOSDemo.uvprojxRegTest.cinit_app.iniinit_app_simulator.inisections.ldstartup_ARMCM4.Ssystem.c
Keil_Specific
main.cperipheral_library
Common/Minimal
@ -205,7 +205,10 @@ const TickType_t xStartMargin = 2UL;
|
||||
task to minimise discrepancies. */
|
||||
vTaskPrioritySet( NULL, abtBLOCKING_PRIORITY );
|
||||
vTaskDelay( xMaxBlockTime + xHalfMaxBlockTime + xStartMargin );
|
||||
xTaskAbortDelay( xBlockingTask );
|
||||
if( xTaskAbortDelay( xBlockingTask ) != pdPASS )
|
||||
{
|
||||
xErrorOccurred = pdTRUE;
|
||||
}
|
||||
|
||||
/* Reset the priority to the normal controlling priority. */
|
||||
vTaskPrioritySet( NULL, abtCONTROLLING_PRIORITY );
|
||||
|
Reference in New Issue
Block a user