virtua pinnnn / USBDevice

Fork of USBDevice by mbed official

Revision:
65:5bc759cb13f5
Parent:
64:2343ebf8ae3d
Child:
66:756c60620bcf
diff -r 2343ebf8ae3d -r 5bc759cb13f5 USBHID/USBHID.cpp
--- a/USBHID/USBHID.cpp	Fri May 27 18:01:33 2016 +0000
+++ b/USBHID/USBHID.cpp	Fri May 27 18:28:26 2016 +0000
@@ -188,7 +188,7 @@
 
 uint8_t * USBHID::stringIproductDesc() { // VirtuaPin Controller
     static uint8_t stringIproductDescriptor[] = {
-        0x16,                                                       //bLength
+        0x2A,                                                       //bLength
         STRING_DESCRIPTOR,                                          //bDescriptorType 0x03 
         'V',0,'i',0,'r',0,'t',0,'u',0,'a',0,'P',0,'i',0,
         'n',0,' ',0,'C',0,'o',0,'n',0,'t',0,'r',0,'o',0,'l',0,