class: -> comm

This commit is contained in:
Edward Emelianov 2025-03-12 16:28:05 +03:00
parent 40a22864df
commit 73f9d0b2f8
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ static const uint8_t USB_DeviceDescriptor[] = {
USB_DT_DEVICE, // bDescriptorType USB_DT_DEVICE, // bDescriptorType
L16(bcdUSB), // bcdUSB_L L16(bcdUSB), // bcdUSB_L
H16(bcdUSB), // bcdUSB_H H16(bcdUSB), // bcdUSB_H
USB_CLASS_MISC, // bDeviceClass USB_CLASS_COMM, // bDeviceClass
bDeviceSubClass, // bDeviceSubClass bDeviceSubClass, // bDeviceSubClass
bDeviceProtocol, // bDeviceProtocol bDeviceProtocol, // bDeviceProtocol
USB_EP0BUFSZ, // bMaxPacketSize USB_EP0BUFSZ, // bMaxPacketSize

View File

@ -1,2 +1,2 @@
#define BUILD_NUMBER "112" #define BUILD_NUMBER "114"
#define BUILD_DATE "2025-03-11" #define BUILD_DATE "2025-03-12"

View File

@ -27,7 +27,7 @@ static const uint8_t USB_DeviceDescriptor[] = {
USB_DT_DEVICE, // bDescriptorType USB_DT_DEVICE, // bDescriptorType
L16(bcdUSB), // bcdUSB_L L16(bcdUSB), // bcdUSB_L
H16(bcdUSB), // bcdUSB_H H16(bcdUSB), // bcdUSB_H
USB_CLASS_MISC, // bDeviceClass USB_CLASS_COMM, // bDeviceClass
bDeviceSubClass, // bDeviceSubClass bDeviceSubClass, // bDeviceSubClass
bDeviceProtocol, // bDeviceProtocol bDeviceProtocol, // bDeviceProtocol
USB_EP0BUFSZ, // bMaxPacketSize USB_EP0BUFSZ, // bMaxPacketSize