summaryrefslogtreecommitdiff
path: root/src/class
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-07-23 22:30:24 +0700
committerhathach <[email protected]>2018-07-23 22:30:24 +0700
commit176607dbe16207a3d2d46e9674ae15a995406478 (patch)
tree4ee423c5515506cb5a94f447f7cca5ffb8ec701d /src/class
parent3e209f9c20c9251e01af35da4d9e454fcc2f61dd (diff)
rename tud_hid_mouse_is_busy to tud_hid_mouse_busy
Diffstat (limited to 'src/class')
-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 f2d89250c..325485425 100644
--- a/src/class/hid/hid_device.c
+++ b/src/class/hid/hid_device.c
@@ -163,7 +163,7 @@ bool tud_hid_keyboard_send_string(const char* str, uint32_t interval_ms)
// MOUSE APPLICATION API
//--------------------------------------------------------------------+
#if CFG_TUD_HID_MOUSE
-bool tud_hid_mouse_is_busy(void)
+bool tud_hid_mouse_busy(void)
{
return dcd_edpt_busy(TUD_OPT_RHPORT, _mse_itf.ep_in);
}