FreeRTOS: Drop reference to xthal_set_intset ()

This commit is contained in:
Vlad Ivanov 2016-08-27 23:23:27 +03:00 committed by Johan Kanflo
parent 03248a96c7
commit c9851e9253
2 changed files with 1 additions and 4 deletions
FreeRTOS/Source/portable/esp8266

View file

@ -143,7 +143,7 @@ void IRAM PendSV(enum SVC_ReqType req)
else if(req == SVC_MACLayer)
pending_maclayer_sv= 1;
xthal_set_intset(BIT(INUM_SOFT));
WSR(BIT(INUM_SOFT), interrupt);
vPortExitCritical();
}