summaryrefslogtreecommitdiff
path: root/src/class/hid/hid_device.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-07-24 00:45:07 +0700
committerhathach <[email protected]>2018-07-24 00:45:07 +0700
commit3400dfdf4ea478894b2a96ac0bd27868c052fbeb (patch)
treedd125486da17644a8929da89fec079a47f3757af /src/class/hid/hid_device.c
parent546f2a1165555819bf3ef09fe1afcfbcbb084dd9 (diff)
nrf52840 boot mouse does not work, need more work
Diffstat (limited to 'src/class/hid/hid_device.c')
-rw-r--r--src/class/hid/hid_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid_device.c b/src/class/hid/hid_device.c
index 7aca8ef8e..1efceafd0 100644
--- a/src/class/hid/hid_device.c
+++ b/src/class/hid/hid_device.c
@@ -167,7 +167,7 @@ bool tud_hid_mouse_busy(void)
return dcd_edpt_busy(TUD_OPT_RHPORT, _mse_itf.ep_in);
}
-bool tud_hid_mouse_send(hid_mouse_report_t const *p_report)
+bool tud_hid_mouse_send_report(hid_mouse_report_t const *p_report)
{
VERIFY( tud_mounted() && !tud_hid_mouse_busy() );