mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 23:40:58 +00:00
fix typo
This commit is contained in:
parent
311af09236
commit
51db0c4099
@ -365,7 +365,7 @@ static int usb_vcp_class_setup(USBD_HandleTypeDef *dev, usb_vcp_state_t *state,
|
|||||||
default:
|
default:
|
||||||
USBD_CtlSendData(dev, cmd_buffer, MIN(req->wLength, sizeof(cmd_buffer)));
|
USBD_CtlSendData(dev, cmd_buffer, MIN(req->wLength, sizeof(cmd_buffer)));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case USB_H2D:
|
case USB_H2D:
|
||||||
if (req->wLength > 0) {
|
if (req->wLength > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user