forked from stm/stm32-mw-usb-device
Release v2.8.0
This commit is contained in:
@@ -111,7 +111,7 @@ typedef struct _USBD_CDC_Itf
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint32_t data[CDC_DATA_HS_MAX_PACKET_SIZE / 4U]; /* Force 32bits alignment */
|
||||
uint32_t data[CDC_DATA_HS_MAX_PACKET_SIZE / 4U]; /* Force 32-bit alignment */
|
||||
uint8_t CmdOpCode;
|
||||
uint8_t CmdLength;
|
||||
uint8_t *RxBuffer;
|
||||
|
||||
Reference in New Issue
Block a user