projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added start of a port of the core USB driver code to the AVR32 UC3B architecture.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
USBInterrupt.h
diff --git
a/LUFA/Drivers/USB/Core/USBInterrupt.h
b/LUFA/Drivers/USB/Core/USBInterrupt.h
index
00adc40
..
f71c2d0
100644
(file)
--- a/
LUFA/Drivers/USB/Core/USBInterrupt.h
+++ b/
LUFA/Drivers/USB/Core/USBInterrupt.h
@@
-46,6
+46,8
@@
\r
#if (ARCH == ARCH_AVR8)
\r
#include "AVR8/USBInterrupt.h"
\r
+ #elif (ARCH == ARCH_UC3B)
\r
+ #include "UC3B/USBInterrupt.h"
\r
#endif
\r
\r
/* Preprocessor Checks: */
\r