oops, 0x80 doesn't fit in a FS USB packet

master
Firmware Batman 2017-04-18 07:38:39 -07:00
parent c1dfed5299
commit 15099f77a2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ USB_OTG_GlobalTypeDef *USBx = USB_OTG_FS;
#define USB_OTG_SPEED_FULL 3
#define MAX_RESP_LEN 0x80
#define MAX_RESP_LEN 0x40
uint8_t resp[MAX_RESP_LEN];
typedef union