diff options
| author | hathach <[email protected]> | 2013-03-10 19:42:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-10 19:42:50 +0700 |
| commit | c1ceec067f0e5a10b891b83a13ca765b673d3e3f (patch) | |
| tree | 1b4626c24aa9112da22bcec384a4473b17c57599 /tinyusb/class | |
| parent | 3b0b48e01ae9ee11aed4e1ade1e413bea3608bd5 (diff) | |
add isr empty function for hidh and msch and usbh
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/hid_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/class/hid_host.h b/tinyusb/class/hid_host.h index 6ca025fa4..8d9b268c9 100644 --- a/tinyusb/class/hid_host.h +++ b/tinyusb/class/hid_host.h @@ -89,6 +89,7 @@ tusb_error_t hidh_keyboard_install(uint8_t dev_addr, uint8_t const *descriptor) //--------------------------------------------------------------------+ void hidh_init(void) ATTR_WEAK; tusb_error_t hidh_install_subtask(uint8_t dev_addr, uint8_t const *descriptor, uint16_t *p_length) ATTR_WEAK ATTR_WARN_UNUSED_RESULT; +void hidh_isr(pipe_handle_t pipe_hdl) ATTR_WEAK; #endif |
