summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-05 17:45:38 +0700
committerGitHub <[email protected]>2018-12-05 17:45:38 +0700
commitb2ec8230d9acffbc0df280832b0341b82584b226 (patch)
tree25e4eae94d5731873fee9da2bfe216eec6d0cc2a /src/host
parentcf60b206528fc955bbdd1bfec2c7016a985313ea (diff)
parent27793cbd3dba550f9a7124d5e539325904b795e8 (diff)
Merge pull request #19 from hathach/devlocal
queue lock/unlock with isr
Diffstat (limited to 'src/host')
-rw-r--r--src/host/usbh.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/host/usbh.h b/src/host/usbh.h
index 22fdef162..56efb6ff7 100644
--- a/src/host/usbh.h
+++ b/src/host/usbh.h
@@ -97,14 +97,11 @@ ATTR_WEAK void tuh_device_mount_failed_cb(tusb_error_t error, tusb_desc_devic
//--------------------------------------------------------------------+
#ifdef _TINY_USB_SOURCE_FILE_
-
void usbh_enumeration_task(void* param);
tusb_error_t usbh_init(void);
tusb_error_t usbh_control_xfer_subtask(uint8_t dev_addr, uint8_t bmRequestType, uint8_t bRequest,
uint16_t wValue, uint16_t wIndex, uint16_t wLength, uint8_t* data);
-
-
#endif
#ifdef __cplusplus