1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-26 09:20:11 -04:00
2020-02-06 14:00:18 +08:00

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