From c0bbc2aded3fd469efb2d55115cd6f398ec08db1 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 5 Mar 2013 15:23:12 +0700 Subject: refractor tests --- tinyusb/host/ehci/ehci.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tinyusb') 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 -- cgit v1.3.1