mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 03:44:30 +03:00
class: -> comm
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user