diff options
| author | hathach <[email protected]> | 2013-03-05 15:23:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-05 15:23:12 +0700 |
| commit | c0bbc2aded3fd469efb2d55115cd6f398ec08db1 (patch) | |
| tree | 4ed98fff12a1cb456625cddd04a82dd07d211dc6 /tinyusb/host/ehci | |
| parent | 3ed29f5f3c3a66b58b3a7ba87d2b5cc175861013 (diff) | |
refractor tests
Diffstat (limited to 'tinyusb/host/ehci')
| -rw-r--r-- | tinyusb/host/ehci/ehci.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tinyusb/host/ehci/ehci.c b/tinyusb/host/ehci/ehci.c index 714cc14a0..a5a5fe4db 100644 --- a/tinyusb/host/ehci/ehci.c +++ b/tinyusb/host/ehci/ehci.c @@ -307,9 +307,10 @@ tusb_error_t hcd_pipe_control_open(uint8_t dev_addr, uint8_t max_packet_size) // return TUSB_ERROR_NONE; //} // -//pipe_handle_t hcd_pipe_open(uint8_t dev_addr, tusb_descriptor_endpoint_t const * endpoint_desc) -//{ -// return TUSB_ERROR_NONE; -//} + +pipe_handle_t hcd_pipe_open(uint8_t dev_addr, tusb_descriptor_endpoint_t const * endpoint_desc) +{ + return TUSB_ERROR_NONE; +} #endif |
