projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 architectu...
[pub/lufa.git]
/
LUFA
/
Drivers
/
Board
/
AVR8
/
MINIMUS
/
LEDs.h
diff --git
a/LUFA/Drivers/Board/AVR8/MINIMUS/LEDs.h
b/LUFA/Drivers/Board/AVR8/MINIMUS/LEDs.h
index
c689a31
..
f23317d
100644
(file)
--- a/
LUFA/Drivers/Board/AVR8/MINIMUS/LEDs.h
+++ b/
LUFA/Drivers/Board/AVR8/MINIMUS/LEDs.h
@@
-122,7
+122,7
@@
static inline void LEDs_ToggleLEDs(const uint8_t LEDMask)
{
- P
ORTD ^
= LEDMask;
+ P
IND
= LEDMask;
}
static inline uint8_t LEDs_GetLEDs(void) ATTR_WARN_UNUSED_RESULT;