mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
refactor(usb): Rename mock class files
- Rename "test_usb_mock_..." class files to "mock_..." - Fixed some codespell issues - Fixed comment spacing
This commit is contained in:
@@ -20,7 +20,7 @@ void setUp(void)
|
||||
|
||||
void tearDown(void)
|
||||
{
|
||||
//Short delay to allow task to be cleaned up
|
||||
// Short delay to allow task to be cleaned up
|
||||
vTaskDelay(10);
|
||||
test_hcd_teardown(port_hdl);
|
||||
port_hdl = NULL;
|
||||
|
Reference in New Issue
Block a user