summaryrefslogtreecommitdiff
path: root/src/class/hid
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-06-02 00:39:53 +0700
committerGitHub <[email protected]>2021-06-02 00:39:53 +0700
commitff1a1122edb9479f6e178512944dbb824d9e3d77 (patch)
tree3a29318ed458ff12c37b9f5f5b648bc93e901dee /src/class/hid
parenta6b5e207b22fc3476168c2a5e9a349d4b942aeab (diff)
parent54107100bbc32756324070a6a06146b958f653d6 (diff)
Merge pull request #868 from hathach/host-hcd
Clean up Host HCD API
Diffstat (limited to 'src/class/hid')
-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 c7f5d04ec..151a36225 100644
--- a/src/class/hid/hid_device.c
+++ b/src/class/hid/hid_device.c
@@ -225,7 +225,7 @@ uint16_t hidd_open(uint8_t rhport, tusb_desc_interface_t const * desc_itf, uint1
{
if ( !usbd_edpt_xfer(rhport, p_hid->ep_out, p_hid->epout_buf, sizeof(p_hid->epout_buf)) )
{
- TU_LOG1_FAILED();
+ TU_LOG_FAILED();
TU_BREAKPOINT();
}
}