feat(freertos): speed up CPU hardware interrupt active event

This commit is contained in:
dongheng
2020-02-19 14:03:15 +08:00
parent 5c5ee66bd7
commit 117f7ae58c
6 changed files with 18 additions and 15 deletions

View File

@ -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()