diff options
| author | hathach <[email protected]> | 2013-04-09 03:13:27 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-04-09 03:13:27 +0700 |
| commit | a6cf4f228e3036c4df69066df524b3fde74b271c (patch) | |
| tree | 68635dd493e3b9cdf1c76587cd86701c1f122acb /tests/test/support | |
| parent | 11dff6f9789c9765788111d677ec69d1ef1f2ce9 (diff) | |
add tusbh_hid_mouse_isr & tusbh_hid_keyboard_isr callback with xfer_complete & error event
Diffstat (limited to 'tests/test/support')
| -rw-r--r-- | tests/test/support/tusb_callback.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test/support/tusb_callback.h b/tests/test/support/tusb_callback.h index 992194161..172dcd0bc 100644 --- a/tests/test/support/tusb_callback.h +++ b/tests/test/support/tusb_callback.h @@ -1,5 +1,5 @@ /* - * tusb_callback.h + * hidh_callback.h * * Created on: Feb 5, 2013 * Author: hathach @@ -63,9 +63,6 @@ uint8_t tusbh_device_attached_cb (tusb_descriptor_device_t const *p_desc_de void tusbh_device_mount_succeed_cb (uint8_t dev_addr) ATTR_WEAK; void tusbh_device_mount_failed_cb(tusb_error_t error, tusb_descriptor_device_t const *p_desc_device) ATTR_WEAK; -//------------- hidh -------------// -void tusbh_hid_keyboard_isr(uint8_t dev_addr, tusb_event_t event); - #ifdef __cplusplus } #endif |
