Skip to content

Commit b2ac4cd

Browse files
committed
fix(servo): Add missing component requirements
1 parent ab9021a commit b2ac4cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

0 commit comments

Comments
 (0)