From: Dean Camera Date: Sun, 6 May 2012 11:11:33 +0000 (+0000) Subject: Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to not... X-Git-Tag: LUFA-120730~45 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/1007317c5fd9842036cd1641ffd60eda65034800?hp=1007317c5fd9842036cd1641ffd60eda65034800 Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown). ---