diff options
| author | hathach <[email protected]> | 2013-03-07 16:10:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-07 16:10:16 +0700 |
| commit | 6d30ae1f320b8f1a2f8770d8ae134b0ab480ea63 (patch) | |
| tree | fbc926434d15f24b95e142e9f6b5f5d36345b8d3 /tests/test | |
| parent | 66586ffb08d1ffab5324a9e03b0ea922905cd22b (diff) | |
guard check for open iso pipe
Diffstat (limited to 'tests/test')
| -rw-r--r-- | tests/test/host/ehci/test_ehci_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/host/ehci/test_ehci_pipe.c b/tests/test/host/ehci/test_ehci_pipe.c index 897d9f1a3..d7d571e18 100644 --- a/tests/test/host/ehci/test_ehci_pipe.c +++ b/tests/test/host/ehci/test_ehci_pipe.c @@ -314,7 +314,7 @@ tusb_descriptor_endpoint_t const desc_ept_iso_in = .bLength = sizeof(tusb_descriptor_endpoint_t), .bDescriptorType = TUSB_DESC_ENDPOINT, .bEndpointAddress = 0x83, - .bmAttributes = { .xfer = TUSB_XFER_BULK }, + .bmAttributes = { .xfer = TUSB_XFER_ISOCHRONOUS }, .wMaxPacketSize = 1024, .bInterval = 1 }; |
