Add architecture guards to all architecture-specific files, so that they can be bulk...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / AVR8 / EndpointStream_AVR8.c
index 1e7ed9c..0117a1d 100644 (file)
@@ -28,6 +28,9 @@
   this software.\r
 */\r
 \r
+#include "../../../../Common/Common.h"\r
+#if (ARCH == ARCH_AVR8)\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