diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-08-13 13:01:48 +1000 |
|---|---|---|
| committer | cooljqln <cooljqln@noreply.codeberg.org> | 2024-08-13 06:02:54 +0000 |
| commit | 822c9dc93e868254059598ddeb58713135f0a4a1 (patch) | |
| tree | de739a12eba1a9fb1a37f621c688d148dcbba26d /src/drivers | |
| parent | 5a02f34ed9468165104c188e2d358639842bd518 (diff) | |
| download | tangara-fw-822c9dc93e868254059598ddeb58713135f0a4a1.tar.gz | |
Fix build errors from stricter visibility requirements
Diffstat (limited to 'src/drivers')
| -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 33d25894..fea5780f 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") + "tasks" "tinyfsm" "util" "libcppbor" "driver") target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) |
