__attribute__((__naked__)) void SCALLYield( void ) { /* Save the context of the interrupted task. */ portSAVE_CONTEXT_SCALL(); vTaskSwitchContext(); portRESTORE_CONTEXT_SCALL(); }
void SCALLYield( void ) { /* Save the context of the interrupted task. */ portSAVE_CONTEXT_SCALL(); vTaskSwitchContext(); portRESTORE_CONTEXT_SCALL(); }