Skip to content

Commit 1ea7dd9

Browse files
committed
Fixes esp_adc to private component requirement
1 parent ff32a9b commit 1ea7dd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ list(FILTER SRCS EXCLUDE REGEX "/googletest/")
1616
idf_component_register(
1717
SRCS ${SRCS}
1818
INCLUDE_DIRS "src"
19-
REQUIRES driver esp_adc M5HAL
20-
PRIV_REQUIRES esp_timer M5Utility
19+
REQUIRES driver M5HAL
20+
PRIV_REQUIRES esp_adc esp_timer M5Utility
2121
)

0 commit comments

Comments
 (0)