Browse Source

Updated version number for 1.1.0 development

Clara Hobbs 6 years ago
parent
commit
bb37eaf07e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/usbcfg.c

+ 2
- 2
src/usbcfg.c View File

@@ -187,9 +187,9 @@ static const uint8_t vcom_string2[] = {
187 187
  * Serial Number string.
188 188
  */
189 189
 static const uint8_t vcom_string3[] = {
190
-    USB_DESC_BYTE(12),                    /* bLength.                         */
190
+    USB_DESC_BYTE(20),                    /* bLength.                         */
191 191
     USB_DESC_BYTE(USB_DESCRIPTOR_STRING), /* bDescriptorType.                 */
192
-    '1', 0, '.', 0, '0', 0, '.', 0, '1', 0
192
+    '1', 0, '.', 0, '1', 0, '.', 0, '0', 0, '-', 0, 'd', 0, 'e', 0, 'v', 0
193 193
 };
194 194
 
195 195
 /*

Loading…
Cancel
Save