Fix errors uncovered by the new build test compile warnings; fix UC3 pipe configurati...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / XMEGA / USBInterrupt_XMEGA.h
index e40a1f5..6a07626 100644 (file)
                                switch (Interrupt)
                                {
                                        case USB_INT_BUSEVENTI:
-                                               USB.INTCTRLA |=  USB_BUSEVIE_bm;
+                                               USB.INTCTRLA |= USB_BUSEVIE_bm;
                                                return;
                                        case USB_INT_SOFI:
-                                               USB.INTCTRLA |=  USB_SOFIE_bm;
+                                               USB.INTCTRLA |= USB_SOFIE_bm;
                                                return;
                                }
                        }