mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-13 08:51:03 +08:00
feat(freertos): Change macro "HDL_MAC_SIG_IN_LV1_ISR" to function
This commit is contained in:
@@ -117,8 +117,6 @@ extern void PendSV(char req);
|
||||
if(xSwitchRequired) PendSV(1)
|
||||
#endif
|
||||
|
||||
#define HDL_MAC_SIG_IN_LV1_ISR() PendSV(2)
|
||||
|
||||
/* Task utilities. */
|
||||
#define portEND_SWITCHING_ISR( xSwitchRequired ) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user