add isr empty function for hidh and msch and usbh

This commit is contained in:
hathach
2013-03-10 19:42:50 +07:00
parent 3b0b48e01a
commit c1ceec067f
3 changed files with 11 additions and 2 deletions

View File

@@ -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