mirror of
https://github.com/espressif/esp-idf
synced 2025-04-06 14:50:09 -04:00
- Rename "test_usb_mock_..." class files to "mock_..." - Fixed some codespell issues - Fixed comment spacing
6 lines
213 B
CMake
6 lines
213 B
CMake
idf_component_register(SRCS "mock_hid.c"
|
|
"mock_msc.c"
|
|
"test_usb_common.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES usb unity)
|