mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 00:21:44 +01: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)
|