esp-idf/examples/peripherals/usb/host/msc/main/CMakeLists.txt
Tomas Rezucha a5e647cf7f refactor(usb/examples): Depend on new esp_driver_gpio
This will exclude unneeded drivers from the build.
2024-01-18 07:28:06 +01:00

5 lines
177 B
CMake

idf_component_register(SRCS "msc_example_main.c"
INCLUDE_DIRS ""
PRIV_REQUIRES usb fatfs esp_driver_gpio esp_timer
)