Skip to content

Commit a845863

Browse files
author
Filip Jagodzinski
committed
Temporary fix for Windows hosts.
1 parent cd703e3 commit a845863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TESTS/usb_device/hid/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ void test_generic_raw_io()
306306
usb_hid.connect();
307307
greentea_send_kv(MSG_KEY_TEST_RAW_IO, REPORT_SIZE);
308308
usb_hid.wait_ready();
309+
wait_ms(500);
309310

310311
// Report ID omitted here. There are no Report ID tags in the Report descriptor.
311312
HID_REPORT input_report = {};

0 commit comments

Comments
 (0)