Added start of a port of the core USB driver code to the AVR32 UC3B architecture.
This commit is contained in:
@@ -46,6 +46,8 @@
|
||||
|
||||
#if (ARCH == ARCH_AVR8)
|
||||
#include "AVR8/USBInterrupt.h"
|
||||
#elif (ARCH == ARCH_UC3B)
|
||||
#include "UC3B/USBInterrupt.h"
|
||||
#endif
|
||||
|
||||
/* Preprocessor Checks: */
|
||||
|
||||
Reference in New Issue
Block a user