summaryrefslogtreecommitdiff
path: root/tests/test/host
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/host')
-rw-r--r--tests/test/host/ehci/test_ehci_isr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test/host/ehci/test_ehci_isr.c b/tests/test/host/ehci/test_ehci_isr.c
index b2afa6c9c..40613b53a 100644
--- a/tests/test/host/ehci/test_ehci_isr.c
+++ b/tests/test/host/ehci/test_ehci_isr.c
@@ -93,11 +93,10 @@ void test_isr_device_connect_slowspeed(void)
void test_isr_device_disconnect(void)
{
- ehci_controller_device_unplug(hostid);
usbh_device_unplugged_isr_Expect(hostid);
//------------- Code Under Test -------------//
- hcd_isr(hostid);
+ ehci_controller_device_unplug(hostid);
TEST_ASSERT(regs->usb_cmd_bit.advacne_async);
}