summaryrefslogtreecommitdiff
path: root/src/class/hid/hid_device.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-12 11:51:31 +0700
committerhathach <[email protected]>2018-12-12 11:51:31 +0700
commit6d86db3977aa60963d78d1bceaa7e3def60f1957 (patch)
tree1290f770082a869c3d8a7cee398f9e39c3c18a99 /src/class/hid/hid_device.c
parente3514b80543ac2514a80d886255bd8e33b325750 (diff)
rename edpt_dir/number/addr to tu_edpt_*
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 6e2ea27db..fa76ee015 100644
--- a/src/class/hid/hid_device.c
+++ b/src/class/hid/hid_device.c
@@ -510,7 +510,7 @@ bool hidd_control_request_complete(uint8_t rhport, tusb_control_request_t const
return true;
}
-tusb_error_t hidd_xfer_cb(uint8_t rhport, uint8_t edpt_addr, xfer_result_t event, uint32_t xferred_bytes)
+tusb_error_t hidd_xfer_cb(uint8_t rhport, uint8_t ep_addr, xfer_result_t event, uint32_t xferred_bytes)
{
// nothing to do
return TUSB_ERROR_NONE;