summaryrefslogtreecommitdiff
path: root/tinyusb/host/hcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/host/hcd.h')
-rw-r--r--tinyusb/host/hcd.h5
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
//--------------------------------------------------------------------+