diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-01-21 14:10:25 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-01-21 14:10:25 +1100 |
| commit | f013bab7276b8d5e606cee636e31f2157cd6e34d (patch) | |
| tree | c7ccac33cb17fe2afc4b4d7dd3bcf923121c027d /src/drivers/CMakeLists.txt | |
| parent | 393b268e159a40b23bc63464f4d04d5be09e070f (diff) | |
| download | tangara-fw-f013bab7276b8d5e606cee636e31f2157cd6e34d.tar.gz | |
Migrate to the v5 adc api
Diffstat (limited to 'src/drivers/CMakeLists.txt')
| -rw-r--r-- | src/drivers/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/CMakeLists.txt b/src/drivers/CMakeLists.txt index 4c8d4275..c4e4c172 100644 --- a/src/drivers/CMakeLists.txt +++ b/src/drivers/CMakeLists.txt @@ -2,5 +2,5 @@ idf_component_register( SRCS "dac.cpp" "gpio_expander.cpp" "battery.cpp" "storage.cpp" "i2c.cpp" "spi.cpp" "display.cpp" "display_init.cpp" INCLUDE_DIRS "include" - REQUIRES "esp_adc_cal" "fatfs" "result" "lvgl" "span") + REQUIRES "esp_adc" "fatfs" "result" "lvgl" "span") target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) |
