diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-09-30 08:07:29 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-09-30 08:07:29 +0000 |
commit | 86367574e6cad81f93149d1b0a0424572af0517b (patch) | |
tree | e1a95678ac90c465ac57f26d6ed21cb82d13834b /Demos/Device/LowLevel | |
parent | 7166c7ba3e27f3458b83360302c8af8a866f7a34 (diff) | |
download | lufa-86367574e6cad81f93149d1b0a0424572af0517b.tar.gz lufa-86367574e6cad81f93149d1b0a0424572af0517b.tar.bz2 lufa-86367574e6cad81f93149d1b0a0424572af0517b.zip |
Fix incorrectly named configuration descriptor callback routines in the host mode class drivers.
Fix typo in MIDI low level device demo.
Diffstat (limited to 'Demos/Device/LowLevel')
-rw-r--r-- | Demos/Device/LowLevel/MIDI/Descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/MIDI/Descriptors.c b/Demos/Device/LowLevel/MIDI/Descriptors.c index 8e8746aa2..3c2efdbd9 100644 --- a/Demos/Device/LowLevel/MIDI/Descriptors.c +++ b/Demos/Device/LowLevel/MIDI/Descriptors.c @@ -55,7 +55,7 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor = .VendorID = 0x03EB, .ProductID = 0x2048, - .ReleaseNumber = VERSION_BCD(00.01),, + .ReleaseNumber = VERSION_BCD(00.01), .ManufacturerStrIndex = 0x01, .ProductStrIndex = 0x02, |