From 35bdada24b49c4dd1900a78a1595077b99814cf9 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 19 Jun 2009 07:29:02 +0000 Subject: Clean up RNDIS demo type define names. --- LUFA/Drivers/USB/Class/Device/MIDI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Drivers/USB/Class/Device/MIDI.h') diff --git a/LUFA/Drivers/USB/Class/Device/MIDI.h b/LUFA/Drivers/USB/Class/Device/MIDI.h index e2e06b635..2cadeaf58 100644 --- a/LUFA/Drivers/USB/Class/Device/MIDI.h +++ b/LUFA/Drivers/USB/Class/Device/MIDI.h @@ -69,7 +69,7 @@ /** Current State information structure for \ref USB_ClassInfo_MIDI_Device_t MIDI device interface structures. */ typedef struct { - + // No state information for this class yet } USB_ClassInfo_MIDI_Device_State_t; /** Class state structure. An instance of this structure should be made for each MIDI interface -- cgit v1.2.3