refactor(usb/examples): Depend on new esp_driver_gpio

This will exclude unneeded drivers from the build.
This commit is contained in:
Tomas Rezucha
2024-01-17 20:30:01 +01:00
parent 202bcadfd3
commit a5e647cf7f
7 changed files with 12 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
idf_component_register(SRCS "hid_host_example.c"
INCLUDE_DIRS "."
PRIV_REQUIRES usb driver
PRIV_REQUIRES usb esp_driver_gpio
)