diff options
| author | hathach <[email protected]> | 2013-10-25 17:28:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-10-25 17:28:31 +0700 |
| commit | 0d00742cf0900fad2e3181bea4284e6aba775105 (patch) | |
| tree | ab6c5cff8e3457b6c1177cd880d61b7f2748a2ea /tinyusb/class/hid_device.h | |
| parent | 7bf5cbc3fc369939c5af0d675bf9c033db4b826f (diff) | |
more doxygen work
rename tusb_mouse_report_t (keyboard) to hid_mouse_report_t (keyboard)
Diffstat (limited to 'tinyusb/class/hid_device.h')
| -rw-r--r-- | tinyusb/class/hid_device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/class/hid_device.h b/tinyusb/class/hid_device.h index 92f9961aa..ff0f342d2 100644 --- a/tinyusb/class/hid_device.h +++ b/tinyusb/class/hid_device.h @@ -57,8 +57,8 @@ //--------------------------------------------------------------------+ // KEYBOARD Application API //--------------------------------------------------------------------+ -tusb_error_t tusbd_hid_keyboard_send_report(tusb_keyboard_report_t *p_kbd_report); -tusb_error_t tusbd_hid_mouse_send_report(tusb_mouse_report_t *p_mouse_report); +tusb_error_t tusbd_hid_keyboard_send_report(hid_keyboard_report_t *p_kbd_report); +tusb_error_t tusbd_hid_mouse_send_report(hid_mouse_report_t *p_mouse_report); //--------------------------------------------------------------------+ // USBD-CLASS DRIVER API |
