mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-21 05:02:23 +08:00
feat(freertos): speed up CPU hardware interrupt active event
This commit is contained in:
@ -35,8 +35,6 @@
|
||||
#include "driver/uart.h"
|
||||
#include "driver/uart_select.h"
|
||||
|
||||
#define portYIELD_FROM_ISR() taskYIELD()
|
||||
|
||||
#define UART_ENTER_CRITICAL() portENTER_CRITICAL()
|
||||
#define UART_EXIT_CRITICAL() portEXIT_CRITICAL()
|
||||
|
||||
|
Reference in New Issue
Block a user