From 51db0c409977f77a07a95120f429fba8db3f6880 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sat, 20 Jan 2018 22:02:13 +0100 Subject: [PATCH] fix typo --- embed/trezorhal/usb_vcp-impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed/trezorhal/usb_vcp-impl.h b/embed/trezorhal/usb_vcp-impl.h index 009c68c79..49afb081e 100644 --- a/embed/trezorhal/usb_vcp-impl.h +++ b/embed/trezorhal/usb_vcp-impl.h @@ -365,7 +365,7 @@ static int usb_vcp_class_setup(USBD_HandleTypeDef *dev, usb_vcp_state_t *state, default: USBD_CtlSendData(dev, cmd_buffer, MIN(req->wLength, sizeof(cmd_buffer))); break; - } + } break; case USB_H2D: if (req->wLength > 0) {