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
@@ -1,5 +1,5 @@
idf_component_register(
SRCS "tusb_hid_example_main.c"
INCLUDE_DIRS "."
PRIV_REQUIRES driver
PRIV_REQUIRES esp_driver_gpio
)