Skip to content

Commit

Permalink
Temporary fix for Windows hosts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Jagodzinski committed Mar 14, 2019
1 parent cd703e3 commit a845863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TESTS/usb_device/hid/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ void test_generic_raw_io()
usb_hid.connect();
greentea_send_kv(MSG_KEY_TEST_RAW_IO, REPORT_SIZE);
usb_hid.wait_ready();
wait_ms(500);

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

0 comments on commit a845863

Please sign in to comment.