projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed incorrect PID value being used in the USBtoSerial project (thanks to Phill).
[pub/USBasp.git]
/
Demos
/
Device
/
USBtoSerial
/
Descriptors.c
diff --git
a/Demos/Device/USBtoSerial/Descriptors.c
b/Demos/Device/USBtoSerial/Descriptors.c
index
d5ab8b7
..
ddb90bb
100644
(file)
--- a/
Demos/Device/USBtoSerial/Descriptors.c
+++ b/
Demos/Device/USBtoSerial/Descriptors.c
@@
-54,7
+54,7
@@
USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
.Endpoint0Size = FIXED_CONTROL_ENDPOINT_SIZE,
\r
\r
.VendorID = 0x03EB,
\r
- .ProductID = 0x204
4
,
\r
+ .ProductID = 0x204
B
,
\r
.ReleaseNumber = 0x0000,
\r
\r
.ManufacturerStrIndex = 0x01,
\r