1idf_component_register(SRC_DIRS "."
2                       PRIV_INCLUDE_DIRS "../private_include"
3                       PRIV_REQUIRES cmock test_utils)
4
5if(CONFIG_ESP_TIMER_IMPL_FRC2)
6    idf_build_set_property(COMPILE_DEFINITIONS "-DESP_TIMER_DYNAMIC_OVERFLOW_VAL" APPEND)
7endif()
8