Skip to content

Commit 09cdef0

Browse files
fix(mpu6050): add missing esp_driver_gpio to REQUIRES
1 parent 823b514 commit 09cdef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mpu6050/CMakeLists.txt

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

0 commit comments

Comments
 (0)