summaryrefslogtreecommitdiff
path: root/tinyusb/host/usbh.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-03-10 19:42:50 +0700
committerhathach <[email protected]>2013-03-10 19:42:50 +0700
commitc1ceec067f0e5a10b891b83a13ca765b673d3e3f (patch)
tree1b4626c24aa9112da22bcec384a4473b17c57599 /tinyusb/host/usbh.h
parent3b0b48e01ae9ee11aed4e1ade1e413bea3608bd5 (diff)
add isr empty function for hidh and msch and usbh
Diffstat (limited to 'tinyusb/host/usbh.h')
-rw-r--r--tinyusb/host/usbh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/host/usbh.h b/tinyusb/host/usbh.h
index feb13b7e0..2c367d743 100644
--- a/tinyusb/host/usbh.h
+++ b/tinyusb/host/usbh.h
@@ -152,6 +152,7 @@ typedef uint8_t tusbh_device_status_t;
typedef struct {
void (* const init) (void);
tusb_error_t (* const install_subtask)(uint8_t, uint8_t const *, uint16_t*);
+ void (* const isr) (pipe_handle_t);
} class_driver_t;
//--------------------------------------------------------------------+
// INTERNAL OBJECT & FUNCTION DECLARATION