Skip to content

Commit

Permalink
USB_SetupPacket wLength fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Serasidis committed Nov 9, 2018
1 parent d000d13 commit 4242f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootloader_F1/usb.h
Expand Up @@ -74,7 +74,7 @@ typedef struct {
uint8_t bRequest;
USB_WByte wValue;
USB_WByte wIndex;
uint8_t wLength;
uint16_t wLength;
} USB_SetupPacket;

/* Includes ------------------------------------------------------------------*/
Expand Down

0 comments on commit 4242f61

Please sign in to comment.