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
/
EndpointStream_XMEGA.c
diff --git
a/LUFA/Drivers/USB/Core/XMEGA/EndpointStream_XMEGA.c
b/LUFA/Drivers/USB/Core/XMEGA/EndpointStream_XMEGA.c
index
ce19dca
..
774a574
100644
(file)
--- a/
LUFA/Drivers/USB/Core/XMEGA/EndpointStream_XMEGA.c
+++ b/
LUFA/Drivers/USB/Core/XMEGA/EndpointStream_XMEGA.c
@@
-28,6
+28,9
@@
this software.
\r
*/
\r
\r
+#include "../../../../Common/Common.h"
\r
+#if (ARCH == ARCH_XMEGA)
\r
+
\r
#define __INCLUDE_FROM_USB_DRIVER
\r
#include "../USBMode.h"
\r
\r
@@
-269,3
+272,4
@@
uint8_t Endpoint_Null_Stream(uint16_t Length,
\r
#endif
+#endif
\r