mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
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 |