mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-27 20:24:50 +08:00
feat(freertos): Reduce close NMI time
This commit is contained in:
@ -88,7 +88,7 @@ typedef unsigned int INT32U;
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/* Scheduler utilities. */
|
||||
extern void PendSV(char req);
|
||||
extern void PendSV(int req);
|
||||
//#define portYIELD() vPortYield()
|
||||
#define portYIELD() PendSV(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user