Skip to content

Commit

Permalink
cpu/esp32: removes additional spaces in freertos
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Aug 12, 2019
1 parent e5fe868 commit 26b71a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpu/esp32/include/freertos/portmacro.h
Expand Up @@ -39,9 +39,9 @@ extern "C" {
#define portEXIT_CRITICAL_ISR(mux) vTaskExitCritical(mux)

#define taskENTER_CRITICAL(mux) portENTER_CRITICAL(mux)
#define taskENTER_CRITICAL_ISR(mux) portENTER_CRITICAL_ISR(mux)
#define taskENTER_CRITICAL_ISR(mux) portENTER_CRITICAL_ISR(mux)
#define taskEXIT_CRITICAL(mux) portEXIT_CRITICAL(mux)
#define taskEXIT_CRITICAL_ISR(mux) portEXIT_CRITICAL_ISR(mux)
#define taskEXIT_CRITICAL_ISR(mux) portEXIT_CRITICAL_ISR(mux)

#define portYIELD_FROM_ISR thread_yield_higher
#define portNUM_PROCESSORS 2
Expand Down

0 comments on commit 26b71a3

Please sign in to comment.