aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-16 07:17:22 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-16 07:17:22 +0000
commitdcf303762ad6b1401d2dcfd763764b400dcee2f7 (patch)
tree27d6d4cb5aaeecf0dcc5841c4af83d88096c054a /LUFA/ManPages/ChangeLog.txt
parent39d07c3da045a3d739f9977101f8a81f0b8ff0e1 (diff)
downloadlufa-dcf303762ad6b1401d2dcfd763764b400dcee2f7.tar.gz
lufa-dcf303762ad6b1401d2dcfd763764b400dcee2f7.tar.bz2
lufa-dcf303762ad6b1401d2dcfd763764b400dcee2f7.zip
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.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 6343d3f7c..b3d533d72 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -21,6 +21,7 @@
* - Added new USB_Host_SetDeviceConfiguration() convenience function for easy configuration selection of devices while in USB
* host mode
* - Added USB Missle Launcher project, submitted by Dave Fletcher
+ * - Pipe_GetErrorFlags() now returns additional error flags for overflow and underflow errors
*
*
* \section Sec_ChangeLog090605 Version 090605