mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 10:45:11 +03:00
class: -> comm
This commit is contained in:
parent
40a22864df
commit
73f9d0b2f8
Binary file not shown.
@ -26,7 +26,7 @@ static const uint8_t USB_DeviceDescriptor[] = {
|
||||
USB_DT_DEVICE, // bDescriptorType
|
||||
L16(bcdUSB), // bcdUSB_L
|
||||
H16(bcdUSB), // bcdUSB_H
|
||||
USB_CLASS_MISC, // bDeviceClass
|
||||
USB_CLASS_COMM, // bDeviceClass
|
||||
bDeviceSubClass, // bDeviceSubClass
|
||||
bDeviceProtocol, // bDeviceProtocol
|
||||
USB_EP0BUFSZ, // bMaxPacketSize
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
#define BUILD_NUMBER "112"
|
||||
#define BUILD_DATE "2025-03-11"
|
||||
#define BUILD_NUMBER "114"
|
||||
#define BUILD_DATE "2025-03-12"
|
||||
|
||||
@ -27,7 +27,7 @@ static const uint8_t USB_DeviceDescriptor[] = {
|
||||
USB_DT_DEVICE, // bDescriptorType
|
||||
L16(bcdUSB), // bcdUSB_L
|
||||
H16(bcdUSB), // bcdUSB_H
|
||||
USB_CLASS_MISC, // bDeviceClass
|
||||
USB_CLASS_COMM, // bDeviceClass
|
||||
bDeviceSubClass, // bDeviceSubClass
|
||||
bDeviceProtocol, // bDeviceProtocol
|
||||
USB_EP0BUFSZ, // bMaxPacketSize
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user