diff options
| author | hathach <[email protected]> | 2013-03-23 15:00:56 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-23 15:00:56 +0700 |
| commit | 4adfc6a6d8a77ca9526ec04e62c83ea88ffdddd7 (patch) | |
| tree | 9c3283c4317d3e8b9bfc536c5b59a1ef622b2619 /tinyusb/host/hcd.h | |
| parent | e6b8166a581d5016a2fa0c9f8bbca22bcb6b6bba (diff) | |
change signature usbh_isr to add tusb_bus_event_t parameter
change singature of call_isr as well
Diffstat (limited to 'tinyusb/host/hcd.h')
| -rw-r--r-- | tinyusb/host/hcd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tinyusb/host/hcd.h b/tinyusb/host/hcd.h index 129a4640f..98b5e5c5c 100644 --- a/tinyusb/host/hcd.h +++ b/tinyusb/host/hcd.h @@ -66,11 +66,6 @@ typedef struct { uint8_t index; } pipe_handle_t; -typedef enum { - BUS_XFER_COMPLETE, - BUS_XFER_ERROR -}usb_bus_event_t; - //--------------------------------------------------------------------+ // USBH-HCD API //--------------------------------------------------------------------+ |
