Fork of the original Sammy USB_Device library; may not work well;
Fork of USBDevice by
Revision 1:dc16be71dc2b, committed 2017-05-04
- Comitter:
- Ugly_Kid
- Date:
- Thu May 04 13:35:50 2017 +0000
- Parent:
- 0:140cdf8e2d60
- Commit message:
- Pequenas altera??es na biblioteca original.
Changed in this revision
USBDevice/USBDevice.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/USBDevice/USBDevice.cpp Wed May 30 18:28:11 2012 +0000 +++ b/USBDevice/USBDevice.cpp Thu May 04 13:35:50 2017 +0000 @@ -934,7 +934,8 @@ static uint8_t stringImanufacturerDescriptor[] = { 0x12, /*bLength*/ STRING_DESCRIPTOR, /*bDescriptorType 0x03*/ - 'm',0,'b',0,'e',0,'d',0,'.',0,'o',0,'r',0,'g',0, /*bString iManufacturer - mbed.org*/ + //'m',0,'b',0,'e',0,'d',0,'.',0,'o',0,'r',0,'g',0, /*bString iManufacturer - mbed.org*/ + 'S',0,'O',0,'N',0,'Y',0, /*bString iManufacturer - mbed.org*/ }; return stringImanufacturerDescriptor; }