summaryrefslogtreecommitdiff
path: root/tinyusb/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2012-12-04 11:30:34 +0700
committerhathach <[email protected]>2012-12-04 11:30:34 +0700
commit8f00307986b71fdc48210e0ee4821a95392be4c3 (patch)
treea325f10d67785e897ffd4bdcf514cf15c927acfb /tinyusb/host
parent921561be607a9ec3edd059de8e5d7b7f75dd2f76 (diff)
fixed building errors with device example
Diffstat (limited to 'tinyusb/host')
-rw-r--r--tinyusb/host/hcd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tinyusb/host/hcd.h b/tinyusb/host/hcd.h
index dfe659850..2bb667057 100644
--- a/tinyusb/host/hcd.h
+++ b/tinyusb/host/hcd.h
@@ -68,10 +68,10 @@
TUSB_Error_t hcd_init(uint8_t hostid) ATTR_WARN_UNUSED_RESULT;
-TUSB_Error_t hcd_pipe_open(
- uint8_t hostid, uint8_t device_address,
-
- )ATTR_WARN_UNUSED_RESULT;
+//TUSB_Error_t hcd_pipe_open(
+// uint8_t hostid, uint8_t device_address,
+//
+// )ATTR_WARN_UNUSED_RESULT;
TUSB_Error_t hcd_pipe_close()ATTR_WARN_UNUSED_RESULT;
TUSB_Error_t hcd_pipe_transfer()ATTR_WARN_UNUSED_RESULT;
TUSB_Error_t hcd_pipe_cancel()ATTR_WARN_UNUSED_RESULT;