projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Mark build test makefiles as being incompatible with parallel make builds, as they...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
Board
/
AVR8
/
UDIP
/
LEDs.h
diff --git
a/LUFA/Drivers/Board/AVR8/UDIP/LEDs.h
b/LUFA/Drivers/Board/AVR8/UDIP/LEDs.h
index
83cb1fb
..
7ad6c44
100644
(file)
--- a/
LUFA/Drivers/Board/AVR8/UDIP/LEDs.h
+++ b/
LUFA/Drivers/Board/AVR8/UDIP/LEDs.h
@@
-141,8
+141,8
@@
static inline void LEDs_ToggleLEDs(const uint8_t LEDMask)
{
static inline void LEDs_ToggleLEDs(const uint8_t LEDMask)
{
- P
ORTB ^
= (LEDMask & LEDS_PORTB_LEDS);
- P
ORTD ^
= ((LEDMask & LEDS_PORTD_LEDS) << LEDS_PORTD_MASK_SHIFT);
+ P
INB
= (LEDMask & LEDS_PORTB_LEDS);
+ P
IND
= ((LEDMask & LEDS_PORTD_LEDS) << LEDS_PORTD_MASK_SHIFT);
}
static inline uint8_t LEDs_GetLEDs(void) ATTR_WARN_UNUSED_RESULT;
}
static inline uint8_t LEDs_GetLEDs(void) ATTR_WARN_UNUSED_RESULT;