projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added board hardware driver support for the Arduino Uno development board.
[pub/lufa.git]
/
LUFA
/
Drivers
/
Board
/
BENITO
/
LEDs.h
diff --git
a/LUFA/Drivers/Board/BENITO/LEDs.h
b/LUFA/Drivers/Board/BENITO/LEDs.h
index
a2e3c40
..
ff70198
100644
(file)
--- a/
LUFA/Drivers/Board/BENITO/LEDs.h
+++ b/
LUFA/Drivers/Board/BENITO/LEDs.h
@@
-54,7
+54,7
@@
/* Includes: */
#include <avr/io.h>
/* Includes: */
#include <avr/io.h>
-/* Enable C linkage for C++ Compilers: */
+
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)
extern "C" {
#endif
#if defined(__cplusplus)
extern "C" {
#endif
@@
-104,7
+104,7
@@
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 |
ActiveMask) & ~LED
Mask);
+ PORTC = ((PORTC |
LEDMask) & ~Active
Mask);
}
static inline void LEDs_ToggleLEDs(const uint8_t LEDMask)
}
static inline void LEDs_ToggleLEDs(const uint8_t LEDMask)