mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
739eb05bb9
Closes: IDF-979
6 lines
231 B
Makefile
6 lines
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 |