diff options
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 fea5780f..da7c37cf 100644 --- a/src/drivers/CMakeLists.txt +++ b/src/drivers/CMakeLists.txt @@ -8,5 +8,5 @@ idf_component_register( "samd.cpp" "wm8523.cpp" "nvs.cpp" "haptics.cpp" "spiffs.cpp" "pcm_buffer.cpp" INCLUDE_DIRS "include" REQUIRES "esp_adc" "fatfs" "result" "lvgl" "nvs_flash" "spiffs" "bt" - "tasks" "tinyfsm" "util" "libcppbor" "driver") + "tasks" "tinyfsm" "util" "libcppbor" "driver" "esp_driver_i2c") target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) |
