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

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