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
/
AudioOutput
/
Descriptors.c
diff --git
a/Demos/Device/LowLevel/AudioOutput/Descriptors.c
b/Demos/Device/LowLevel/AudioOutput/Descriptors.c
index
2d749fc
..
d6e8ef6
100644
(file)
--- a/
Demos/Device/LowLevel/AudioOutput/Descriptors.c
+++ b/
Demos/Device/LowLevel/AudioOutput/Descriptors.c
@@
-46,7
+46,7
@@
USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
{
.Header = {.Size = sizeof(USB_Descriptor_Device_t), .Type = DTYPE_Device},
{
.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,
.Class = 0x00,
.SubClass = 0x00,
.Protocol = 0x00,