feat(freertos): Change macro "HDL_MAC_SIG_IN_LV1_ISR" to function

This commit is contained in:
Dong Heng
2018-04-19 17:37:33 +08:00
parent a832a0d506
commit bd343310d4
2 changed files with 5 additions and 2 deletions

View File

@@ -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 ) \
{ \