aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/LEDNotifier/Board/LEDs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/LEDNotifier/Board/LEDs.h')
-rw-r--r--Projects/LEDNotifier/Board/LEDs.h3
1 files changed, 2 insertions, 1 deletions
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;
}