mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
refactor(usb/examples): Depend on new esp_driver_gpio
This will exclude unneeded drivers from the build.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
idf_component_register(SRCS "hid_host_example.c"
|
||||
INCLUDE_DIRS "."
|
||||
PRIV_REQUIRES usb driver
|
||||
PRIV_REQUIRES usb esp_driver_gpio
|
||||
)
|
||||
|
Reference in New Issue
Block a user