mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-05 13:16:37 +08:00
feat(freertos): speed up CPU hardware interrupt active event
This commit is contained in:
@ -41,8 +41,6 @@
|
||||
} \
|
||||
} while(0)
|
||||
|
||||
#define portYIELD_FROM_ISR() taskYIELD()
|
||||
|
||||
#ifndef CONFIG_ESP8266_HSPI_HIGH_THROUGHPUT
|
||||
#define ENTER_CRITICAL_HIGH_THROUGHPUT() ENTER_CRITICAL()
|
||||
#define EXIT_CRITICAL_HIGH_THROUGHPUT() EXIT_CRITICAL()
|
||||
|
Reference in New Issue
Block a user