|
|
@ -279,11 +279,11 @@ void vPortEndScheduler(void)
|
|
|
|
__interrupt void vPortNonPreemptiveTick( void )
|
|
|
|
__interrupt void vPortNonPreemptiveTick( void )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/* clear clock interrupt flag */
|
|
|
|
/* clear clock interrupt flag */
|
|
|
|
RTI->INTFLAG = 0x00000001;
|
|
|
|
portRTI_INTFLAG_REG = 0x00000001;
|
|
|
|
|
|
|
|
|
|
|
|
/* Increment the tick count - this may make a delaying task ready
|
|
|
|
/* Increment the tick count - this may make a delaying task ready
|
|
|
|
to run - but a context switch is not performed. */
|
|
|
|
to run - but a context switch is not performed. */
|
|
|
|
vTaskIncrementTick();
|
|
|
|
xTaskIncrementTick();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|