diff options
| author | hathach <[email protected]> | 2022-04-01 16:34:36 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-04-01 16:34:36 +0700 |
| commit | e6e3dfedc815007d07ea455df04569604d87a856 (patch) | |
| tree | f012de203db61466a187604f6feb7ce187359639 /src/host | |
| parent | 75bca96bc630b98723c9f4bbb4958dac22ac594d (diff) | |
hid example work well
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index 520ef4c7d..c127ef310 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -792,7 +792,7 @@ bool usbh_edpt_xfer_with_callback(uint8_t dev_addr, uint8_t ep_addr, uint8_t * b static bool usbh_edpt_control_open(uint8_t dev_addr, uint8_t max_packet_size) { - TU_LOG2("Open EP0 with Size = %u (addr = %u)\r\n", max_packet_size, dev_addr); + TU_LOG2("[%u] Open EP0 with Size = %u\r\n", dev_addr, max_packet_size); tusb_desc_endpoint_t ep0_desc = { |
