X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/395e4287a1eacb617360c932beaf8aa0288ce8a6..9207e8b2fde713e39cd42a417decf5421d856b95:/LUFA/Drivers/Board/AVR8/ADAFRUITU4/LEDs.h diff --git a/LUFA/Drivers/Board/AVR8/ADAFRUITU4/LEDs.h b/LUFA/Drivers/Board/AVR8/ADAFRUITU4/LEDs.h index f13b75624..661749beb 100644 --- a/LUFA/Drivers/Board/AVR8/ADAFRUITU4/LEDs.h +++ b/LUFA/Drivers/Board/AVR8/ADAFRUITU4/LEDs.h @@ -114,7 +114,7 @@ static inline void LEDs_ToggleLEDs(const uint8_t LEDMask) { - PORTE ^= LEDMask; + PINE = LEDMask; } static inline uint8_t LEDs_GetLEDs(void) ATTR_WARN_UNUSED_RESULT;