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:
parent
1e3d892b6a
commit
8b13f7f89a
5 changed files with 14 additions and 4 deletions
|
@ -100,6 +100,7 @@
|
|||
#if !defined(__DOXYGEN__)
|
||||
/* External Variables: */
|
||||
extern volatile uint8_t USB_SelectedPipe;
|
||||
extern volatile void* USB_PipeFIFOPos[];
|
||||
#endif
|
||||
|
||||
/* Public Interface - May be used in end-application: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue