projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add architecture guards to all architecture-specific files, so that they can be bulk...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
XMEGA
/
PipeStream_XMEGA.c
diff --git
a/LUFA/Drivers/USB/Core/XMEGA/PipeStream_XMEGA.c
b/LUFA/Drivers/USB/Core/XMEGA/PipeStream_XMEGA.c
index
b2ec971
..
549ad8b
100644
(file)
--- a/
LUFA/Drivers/USB/Core/XMEGA/PipeStream_XMEGA.c
+++ b/
LUFA/Drivers/USB/Core/XMEGA/PipeStream_XMEGA.c
@@
-28,6
+28,9
@@
this software.
*/
+#include "../../../../Common/Common.h"
+#if (ARCH == ARCH_XMEGA)
+
#define __INCLUDE_FROM_USB_DRIVER
#include "../USBMode.h"
@@
-35,3
+38,4
@@
#endif
+#endif