@ -262,12 +262,12 @@ void xPortPendSVHandler( void )
void xPortSysTickHandler( void )
{
vTaskIncrementTick();
/* If using preemption, also force a context switch. */
#if configUSE_PREEMPTION == 1
*(portNVIC_INT_CTRL) |= portNVIC_PENDSVSET;
#endif
}
/*-----------------------------------------------------------*/
@ -184,12 +184,12 @@ void vPortExitCritical( void )
@ -243,12 +243,12 @@ sv_disable_interrupts