diff options
| author | hathach <[email protected]> | 2020-04-06 16:33:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-06 16:33:04 +0700 |
| commit | c026236824e95d9409136cd48481b69e2cea56dc (patch) | |
| tree | 5e20602d4bb55660b4410db1c45905e236d6552f /src/device | |
| parent | 050de0ec33752d0a24b53c9e18d82161185d0176 (diff) | |
house keeping
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index ddd99d7f1..125aa351c 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -421,7 +421,7 @@ void tud_task (void) uint8_t const epnum = tu_edpt_number(ep_addr); uint8_t const ep_dir = tu_edpt_dir(ep_addr); - TU_LOG2(" Endpoint: 0x%02X, Bytes: %ld\r\n", ep_addr, event.xfer_complete.len); + TU_LOG2(" Endpoint: 0x%02X, Bytes: %lu\r\n", ep_addr, event.xfer_complete.len); _usbd_dev.ep_status[epnum][ep_dir].busy = false; |
