6 lines
94 B
CMake
6 lines
94 B
CMake
idf_component_register(
|
|
SRCS "usb_api.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES driver
|
|
)
|