diff options
| author | hathach <[email protected]> | 2018-12-05 17:30:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-05 17:30:04 +0700 |
| commit | d887829b4c088e14d8e528b3afb6f5fc894c49d9 (patch) | |
| tree | 9fbd20356baf7d86625b4d12ecba2d119b452f29 /src/host | |
| parent | 3dc0653d702e5e6b50e6a256d613ab7323561d94 (diff) | |
change usbd_init() return to bool for simplicity
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/usbh.h | 3 |
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 |
