projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git]
/
Projects
/
LEDNotifier
/
Board
/
LEDs.h
diff --git
a/Projects/LEDNotifier/Board/LEDs.h
b/Projects/LEDNotifier/Board/LEDs.h
index
decd2b0
..
c43cfc8
100644
(file)
--- a/
Projects/LEDNotifier/Board/LEDs.h
+++ b/
Projects/LEDNotifier/Board/LEDs.h
@@
-87,7
+87,8
@@
PORTC = (PORTC & ~LEDS_ALL_LEDS) | LEDMask;
}
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;
}
{
PORTC = (PORTC & ~LEDMask) | ActiveMask;
}