Skip to content

Commit 1907d32

Browse files
fix(mpu6050): use PRIV_REQUIRES for esp_driver_gpio
1 parent 09cdef0 commit 1907d32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/mpu6050/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
idf_component_register(
22
SRCS "mpu6050.c"
33
INCLUDE_DIRS "include"
4-
REQUIRES "driver" "esp_driver_gpio"
4+
REQUIRES "driver"
5+
PRIV_REQUIRES "esp_driver_gpio"
56
)

0 commit comments

Comments
 (0)