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 09cdef0 commit 1907d32Copy full SHA for 1907d32
components/mpu6050/CMakeLists.txt
@@ -1,5 +1,6 @@
1
idf_component_register(
2
SRCS "mpu6050.c"
3
INCLUDE_DIRS "include"
4
- REQUIRES "driver" "esp_driver_gpio"
+ REQUIRES "driver"
5
+ PRIV_REQUIRES "esp_driver_gpio"
6
)
0 commit comments