739eb05bb9
Closes: IDF-979
6 lines
No EOL
231 B
Makefile
6 lines
No EOL
231 B
Makefile
ifdef CONFIG_ESP_TIMER_IMPL_FRC2
|
|
# Enable dynamic esp_timer overflow value if building unit tests
|
|
ifneq ("$(filter esp_timer,$(TEST_COMPONENTS_LIST))","")
|
|
CPPFLAGS += -DESP_TIMER_DYNAMIC_OVERFLOW_VAL
|
|
endif
|
|
endif |