FreeRTOS: Drop reference to xthal_set_intset (#198)
This commit is contained in:
parent
03248a96c7
commit
c9851e9253
2 changed files with 1 additions and 4 deletions
FreeRTOS/Source/portable/esp8266
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue