From 86367574e6cad81f93149d1b0a0424572af0517b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 30 Sep 2010 08:07:29 +0000 Subject: Fix incorrectly named configuration descriptor callback routines in the host mode class drivers. Fix typo in MIDI low level device demo. --- Demos/Device/LowLevel/MIDI/Descriptors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Device') 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, -- cgit v1.2.3