pass all the current tests

This commit is contained in:
hathach
2013-03-26 02:06:30 +07:00
parent 086a8e4a2d
commit a7e8a2ba9a
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -181,6 +181,7 @@ void test_usbh_device_unplugged_isr(void)
usbh_devices[dev_addr].core_id = 0;
usbh_devices[dev_addr].hub_addr = 0;
usbh_devices[dev_addr].hub_port = 0;
usbh_devices[dev_addr].flag_supported_class = TUSB_CLASS_FLAG_HID;
class_close_expect();
hcd_pipe_control_close_ExpectAndReturn(dev_addr, TUSB_ERROR_NONE);