mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 21:41:59 -04: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:
parent
c882141175
commit
883541bc8e
|
@ -205,7 +205,10 @@ const TickType_t xStartMargin = 2UL;
|
||||||
task to minimise discrepancies. */
|
task to minimise discrepancies. */
|
||||||
vTaskPrioritySet( NULL, abtBLOCKING_PRIORITY );
|
vTaskPrioritySet( NULL, abtBLOCKING_PRIORITY );
|
||||||
vTaskDelay( xMaxBlockTime + xHalfMaxBlockTime + xStartMargin );
|
vTaskDelay( xMaxBlockTime + xHalfMaxBlockTime + xStartMargin );
|
||||||
xTaskAbortDelay( xBlockingTask );
|
if( xTaskAbortDelay( xBlockingTask ) != pdPASS )
|
||||||
|
{
|
||||||
|
xErrorOccurred = pdTRUE;
|
||||||
|
}
|
||||||
|
|
||||||
/* Reset the priority to the normal controlling priority. */
|
/* Reset the priority to the normal controlling priority. */
|
||||||
vTaskPrioritySet( NULL, abtCONTROLLING_PRIORITY );
|
vTaskPrioritySet( NULL, abtCONTROLLING_PRIORITY );
|
||||||
|
|
Loading…
Reference in a new issue