Add architecture guards to all architecture-specific files, so that they can be bulk...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / XMEGA / Device_XMEGA.c
index fa1b474..130d071 100644 (file)
@@ -28,6 +28,9 @@
   this software.
 */
 
+#include "../../../../Common/Common.h"
+#if (ARCH == ARCH_XMEGA)
+
 #define  __INCLUDE_FROM_USB_DRIVER
 #include "../USBMode.h"
 
@@ -42,3 +45,5 @@ void USB_Device_SendRemoteWakeup(void)
 
 #endif
 
+#endif
+