Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleared when Pipe_ClearError() is called.

More UC3B architecture porting.
This commit is contained in:
Dean Camera 2011-02-26 20:22:33 +00:00
parent 66c38cd940
commit cf2411435c
11 changed files with 175 additions and 376 deletions

View file

@ -55,8 +55,6 @@
#if (ARCH == ARCH_AVR8)
#include "AVR8/OTG_AVR8.h"
#elif (ARCH == ARCH_UC3B)
#include "UC3B/OTG_UC3B.h"
#endif
/* Preprocessor Checks: */