summaryrefslogtreecommitdiff
path: root/src/class/hid
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-06-02 00:10:35 +0700
committerhathach <[email protected]>2021-06-02 00:10:35 +0700
commit6e2cf2a3eec141e2714937532320c9fc46b95f9b (patch)
tree42926abde45bbb62b2bc70d057b35e796344eafe /src/class/hid
parentbc0a0386e9aba4c3eccf9806a8ed7aecdefe23d6 (diff)
clean up log
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();
}
}