USB device stack
Dependents: USBMSD_step1 USBMSD_step1_5 picossd_step1_2cs
Revision 73:72808bd55ce2, committed 2021-09-15
- Comitter:
- muraguchi
- Date:
- Wed Sep 15 16:31:51 2021 +0000
- Parent:
- 72:c80da04112fd
- Commit message:
- AirioBase + 2 chip PicoSSD board
Changed in this revision
USBMSD/USBMSD.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r c80da04112fd -r 72808bd55ce2 USBMSD/USBMSD.cpp --- a/USBMSD/USBMSD.cpp Tue Feb 09 12:00:34 2021 +0000 +++ b/USBMSD/USBMSD.cpp Wed Sep 15 16:31:51 2021 +0000 @@ -602,7 +602,7 @@ static uint8_t stringIproductDescriptor[] = { 0x12, //bLength STRING_DESCRIPTOR, //bDescriptorType 0x03 - 'M',0,'b',0,'e',0,'d',0,' ',0,'M',0,'S',0,'D',0 //bString iProduct - Mbed Audio + 'P',0,'i',0,'c',0,'o',0,' ',0,'S',0,'S',0,'D',0 //bString iProduct - Mbed Audio }; return stringIproductDescriptor; }