From: Dean Camera Date: Tue, 16 Jun 2009 07:17:22 +0000 (+0000) Subject: Pipe_GetErrorFlags() now returns additional error flags for overflow and underflow... X-Git-Tag: LUFA-110528-BETA~1120 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/dcf303762ad6b1401d2dcfd763764b400dcee2f7?hp=dcf303762ad6b1401d2dcfd763764b400dcee2f7 Pipe_GetErrorFlags() now returns additional error flags for overflow and underflow errors. Change MIDI demos to use real MIDI command values, and shift for the USB wrapper, rather than shift for the MIDI bytes. This is a little confusing for the MIDI USB wrapper, but allows for the use of real standardized MIDI command values. ---