projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Set all CDC and MassStorage device mode demos (LowLevel and ClassDriver) to use the...
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
USBtoSerial
/
Descriptors.c
diff --git
a/Demos/Device/LowLevel/USBtoSerial/Descriptors.c
b/Demos/Device/LowLevel/USBtoSerial/Descriptors.c
index
088ab59
..
c586d68
100644
(file)
--- a/
Demos/Device/LowLevel/USBtoSerial/Descriptors.c
+++ b/
Demos/Device/LowLevel/USBtoSerial/Descriptors.c
@@
-59,7
+59,7
@@
USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
\r
.ManufacturerStrIndex = 0x01,
\r
.ProductStrIndex = 0x02,
\r
- .SerialNumStrIndex =
NO_DESCRIPTOR
,
\r
+ .SerialNumStrIndex =
USE_INTERNAL_SERIAL
,
\r
\r
.NumberOfConfigurations = 1
\r
};
\r