projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
AppConfigHeaders: Remove outdated incomplete BluetoothHost demo - updated Bluetooth...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
Board
/
AVR8
/
MULTIO
/
LEDs.h
diff --git
a/LUFA/Drivers/Board/AVR8/MULTIO/LEDs.h
b/LUFA/Drivers/Board/AVR8/MULTIO/LEDs.h
index
c5f07b9
..
64f68a5
100644
(file)
--- a/
LUFA/Drivers/Board/AVR8/MULTIO/LEDs.h
+++ b/
LUFA/Drivers/Board/AVR8/MULTIO/LEDs.h
@@
-139,8
+139,8
@@
\r
static inline void LEDs_ToggleLEDs(const uint8_t LEDMask)
\r
{
\r
\r
static inline void LEDs_ToggleLEDs(const uint8_t LEDMask)
\r
{
\r
- P
ORTD ^
= (LEDMask & LEDS_PORTD_LEDS);
\r
- P
ORTC ^
= (LEDMask & LEDS_PORTC_LEDS);
\r
+ P
IND
= (LEDMask & LEDS_PORTD_LEDS);
\r
+ P
INC
= (LEDMask & LEDS_PORTC_LEDS);
\r
}
\r
\r
static inline uint8_t LEDs_GetLEDs(void) ATTR_WARN_UNUSED_RESULT;
\r
}
\r
\r
static inline uint8_t LEDs_GetLEDs(void) ATTR_WARN_UNUSED_RESULT;
\r