We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a6d34 commit 70db465Copy full SHA for 70db465
1 file changed
CMakeLists.txt
@@ -16,6 +16,6 @@ list(FILTER SRCS EXCLUDE REGEX "/googletest/")
16
idf_component_register(
17
SRCS ${SRCS}
18
INCLUDE_DIRS "src"
19
- REQUIRES driver esp_adc M5HAL
20
- PRIV_REQUIRES esp_timer M5Utility
+ REQUIRES driver M5HAL
+ PRIV_REQUIRES esp_adc esp_timer M5Utility
21
)
0 commit comments