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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user