aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-03-05 16:30:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-03-05 16:30:57 +0000
commit8b13f7f89a7648f5578d14b518b9c8a7fcda8144 (patch)
tree79293a15596515363ba69f7d62704f13b58753f5 /LUFA/ManPages/ChangeLog.txt
parent1e3d892b6a7eb6770c4abf3191399c8a68aa7eaf (diff)
downloadlufa-8b13f7f89a7648f5578d14b518b9c8a7fcda8144.tar.gz
lufa-8b13f7f89a7648f5578d14b518b9c8a7fcda8144.tar.bz2
lufa-8b13f7f89a7648f5578d14b518b9c8a7fcda8144.zip
Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent with the Pipe_ResetPipe() function name.
Fix undefined error in Pipe_UC3B.h. Add missing migration notes.
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 df8281145..700390a1c 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -56,6 +56,7 @@
* - Renamed all driver termination *_ShutDown() functions to the more logical name *_Disable()
* - Reduced latency for executing the Start-Of-Frame events (if enabled in the user application)
* - Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleared when Pipe_ClearError() is called
+ * - Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent with the Pipe_ResetPipe() function name
* - Library Applications:
* - Changed the XPLAINBridge software UART to use the regular timer CTC mode instead of the alternative CTC mode
* via the Input Capture register, to reduce user confusion