projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Commit for the 090810 release.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
USBtoSerial
/
Descriptors.c
diff --git
a/Demos/Device/ClassDriver/USBtoSerial/Descriptors.c
b/Demos/Device/ClassDriver/USBtoSerial/Descriptors.c
index
d4db3a4
..
0669577
100644
(file)
--- a/
Demos/Device/ClassDriver/USBtoSerial/Descriptors.c
+++ b/
Demos/Device/ClassDriver/USBtoSerial/Descriptors.c
@@
-59,9
+59,9
@@
USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
\r
.ManufacturerStrIndex = 0x01,
\r
.ProductStrIndex = 0x02,
\r
\r
.ManufacturerStrIndex = 0x01,
\r
.ProductStrIndex = 0x02,
\r
- .SerialNumStrIndex =
NO_DESCRIPTOR
,
\r
+ .SerialNumStrIndex =
USE_INTERNAL_SERIAL
,
\r
\r
\r
- .NumberOfConfigurations =
1
\r
+ .NumberOfConfigurations =
FIXED_NUM_CONFIGURATIONS
\r
};
\r
\r
/** Configuration descriptor structure. This descriptor, located in FLASH memory, describes the usage
\r
};
\r
\r
/** Configuration descriptor structure. This descriptor, located in FLASH memory, describes the usage
\r