Add architecture guards to all architecture-specific files, so that they can be bulk...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / UC3 / PipeStream_UC3.c
index 0d40f92..bb4cbc6 100644 (file)
@@ -28,6 +28,9 @@
   this software.\r
 */\r
 \r
+#include "../../../../Common/Common.h"\r
+#if (ARCH == ARCH_UC3)\r
+\r
 #define  __INCLUDE_FROM_USB_DRIVER\r
 #include "../USBMode.h"\r
 \r
@@ -160,3 +163,4 @@ uint8_t Pipe_Null_Stream(uint16_t Length,
 \r
 #endif\r
 
+#endif\r