projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade Doxygen configuration files to the latest version.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
/
MIDIClassDevice.c
diff --git
a/LUFA/Drivers/USB/Class/Device/MIDIClassDevice.c
b/LUFA/Drivers/USB/Class/Device/MIDIClassDevice.c
index
c782119
..
34f33cf
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Device/MIDIClassDevice.c
+++ b/
LUFA/Drivers/USB/Class/Device/MIDIClassDevice.c
@@
-60,7
+60,7
@@
void MIDI_Device_USBTask(USB_ClassInfo_MIDI_Device_t* const MIDIInterfaceInfo)
#if !defined(NO_CLASS_DRIVER_AUTOFLUSH)
Endpoint_SelectEndpoint(MIDIInterfaceInfo->Config.DataINEndpoint.Address);
#if !defined(NO_CLASS_DRIVER_AUTOFLUSH)
Endpoint_SelectEndpoint(MIDIInterfaceInfo->Config.DataINEndpoint.Address);
-
+
if (Endpoint_IsINReady())
MIDI_Device_Flush(MIDIInterfaceInfo);
#endif
if (Endpoint_IsINReady())
MIDI_Device_Flush(MIDIInterfaceInfo);
#endif
@@
-113,6
+113,9
@@
bool MIDI_Device_ReceiveEventPacket(USB_ClassInfo_MIDI_Device_t* const MIDIInter
Endpoint_SelectEndpoint(MIDIInterfaceInfo->Config.DataOUTEndpoint.Address);
Endpoint_SelectEndpoint(MIDIInterfaceInfo->Config.DataOUTEndpoint.Address);
+ if (!(Endpoint_IsOUTReceived()))
+ return false;
+
if (!(Endpoint_IsReadWriteAllowed()))
return false;
if (!(Endpoint_IsReadWriteAllowed()))
return false;