mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 11:55:21 +02:00
refactor(usb/examples): Depend on new esp_driver_gpio
This will exclude unneeded drivers from the build.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "tusb_hid_example_main.c"
|
||||
INCLUDE_DIRS "."
|
||||
PRIV_REQUIRES driver
|
||||
PRIV_REQUIRES esp_driver_gpio
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user