Skip to content

Commit

Permalink
cpu/esp32: only increase SCHED_PRIO_LEVELS if using wifi
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Apr 30, 2019
1 parent 3c5e7c9 commit 4a11c1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpu/esp32/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ INCLUDES += -I$(ESP32_SDK_DIR)/components/soc/include
INCLUDES += -I$(RIOTBOARD)/common/$(CPU)/include
INCLUDES += -I$(RIOTCPU)/$(CPU)

CFLAGS += -DSCHED_PRIO_LEVELS=32
CFLAGS += -DSDK_NOT_USED -DCONFIG_FREERTOS_UNICORE=1 -DESP_PLATFORM
CFLAGS += -DLOG_TAG_IN_BRACKETS
CFLAGS += -Wno-unused-parameter -Wformat=0
Expand Down

0 comments on commit 4a11c1e

Please sign in to comment.