Pipe_GetErrorFlags() now returns additional error flags for overflow and underflow...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 16 Jun 2009 07:17:22 +0000 (07:17 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 16 Jun 2009 07:17:22 +0000 (07:17 +0000)
commitdcf303762ad6b1401d2dcfd763764b400dcee2f7
tree27d6d4cb5aaeecf0dcc5841c4af83d88096c054a
parent39d07c3da045a3d739f9977101f8a81f0b8ff0e1
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.
Demos/Device/ClassDriver/MIDI/MIDI.c
Demos/Device/LowLevel/MIDI/MIDI.c
Demos/Device/LowLevel/MIDI/MIDI.h
LUFA/Drivers/USB/Class/Common/MIDI.h
LUFA/Drivers/USB/LowLevel/Pipe.h
LUFA/ManPages/ChangeLog.txt
Projects/MissleLauncher/MissileLauncher.c