Skip to content

Commit

Permalink
fkjhfkjfh
Browse files Browse the repository at this point in the history
  • Loading branch information
abonnaudet-ledger committed Sep 13, 2023
1 parent 7beb834 commit 827dffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os_io_seproxyhal.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void io_seproxyhal_handle_usb_ep_xfer_event(void)
if (epnum < IO_USB_MAX_ENDPOINTS) {
// discard ep timeout as we received the sent packet confirmation
G_io_app.usb_ep_timeouts[epnum].timeout = 0;
// propagate sending ack of the data
// propagate sending ack of the data dkjhdkhd
USBD_LL_DataInStage(&USBD_Device, epnum, &G_io_seproxyhal_spi_buffer[6]);
}
break;
Expand Down

0 comments on commit 827dffd

Please sign in to comment.