mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
183 B
CMake
10 lines
183 B
CMake
if(IDF_TARGET STREQUAL "esp32s2beta")
|
|
return()
|
|
endif()
|
|
set(COMPONENT_SRCS "esp_adc_cal.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
set(COMPONENT_REQUIRES)
|
|
|
|
register_component()
|