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 Jul 4, 2019
1 parent 827a163 commit 4f2e644
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 @@ -93,7 +93,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 4f2e644

Please sign in to comment.