1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-17 13:09:08 -04:00

9 lines
233 B
CMake

# TODO esp32s2beta: Use require_idf_targets here
if(IDF_TARGET STREQUAL "esp32s2beta")
return()
endif()
idf_component_register(SRCS "esp_adc_cal.c"
INCLUDE_DIRS "include"
REQUIRES driver)