Add stream callback flags and class specific control request handler code to the...
[pub/USBasp.git] / LUFA / Drivers / Board / JMDBU2 / LEDs.h
index 9280402..1acf2a9 100644 (file)
                                PORTD = ((PORTD & ~LEDS_ALL_LEDS) | LEDMask);
                        }
                        
-                       static inline void LEDs_ChangeLEDs(const uint8_t LEDMask, const uint8_t ActiveMask)
+                       static inline void LEDs_ChangeLEDs(const uint8_t LEDMask,
+                                                          const uint8_t ActiveMask)
                        {
                                PORTD = ((PORTD & ~LEDMask) | ActiveMask);
                        }