projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix up incorrect version numbers in demo/project descriptors.
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
Mouse
/
Descriptors.c
diff --git
a/Demos/Device/LowLevel/Mouse/Descriptors.c
b/Demos/Device/LowLevel/Mouse/Descriptors.c
index
70538fe
..
f85ff61
100644
(file)
--- a/
Demos/Device/LowLevel/Mouse/Descriptors.c
+++ b/
Demos/Device/LowLevel/Mouse/Descriptors.c
@@
-82,7
+82,7
@@
USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
{
.Header = {.Size = sizeof(USB_Descriptor_Device_t), .Type = DTYPE_Device},
- .USBSpecification = VERSION_BCD(0
2.0
0),
+ .USBSpecification = VERSION_BCD(0
1.1
0),
.Class = 0x00,
.SubClass = 0x00,
.Protocol = 0x00,