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:
Dean Camera 2011-03-05 16:30:57 +00:00
parent 1e3d892b6a
commit 8b13f7f89a
5 changed files with 14 additions and 4 deletions

View file

@ -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: */