Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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; }