From c1ceec067f0e5a10b891b83a13ca765b673d3e3f Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 10 Mar 2013 19:42:50 +0700 Subject: add isr empty function for hidh and msch and usbh --- tinyusb/host/usbh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tinyusb/host/usbh.h') 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 -- cgit v1.3.1