X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/fc92f9969c1fcc2f952f0bd6d09a309a9b3ce02f..9a97f16b07ea15e327b0d01be238b06623b033d6:/Projects/LEDNotifier/Board/LEDs.h diff --git a/Projects/LEDNotifier/Board/LEDs.h b/Projects/LEDNotifier/Board/LEDs.h index decd2b054..c43cfc8bc 100644 --- a/Projects/LEDNotifier/Board/LEDs.h +++ b/Projects/LEDNotifier/Board/LEDs.h @@ -87,7 +87,8 @@ PORTC = (PORTC & ~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) { PORTC = (PORTC & ~LEDMask) | ActiveMask; }