mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 08:01:43 +01:00
Merge branch 'master' into feature/esp32s2beta_update
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
# TODO esp32s2beta: Use require_idf_targets here
|
||||
if(IDF_TARGET STREQUAL "esp32s2beta")
|
||||
return()
|
||||
endif()
|
||||
set(COMPONENT_SRCS "esp_adc_cal.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
||||
|
||||
set(COMPONENT_REQUIRES)
|
||||
|
||||
register_component()
|
||||
idf_component_register(SRCS "esp_adc_cal.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES driver)
|
||||
|
||||
Reference in New Issue
Block a user