Add board driver support for the Atmel XMEGA-B1 Xplained board.
Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements.
This commit is contained in:
parent
fdab3aef86
commit
4d131de85b
17 changed files with 306 additions and 23 deletions
|
|
@ -117,7 +117,7 @@
|
|||
static inline uint8_t LEDs_GetLEDs(void) ATTR_WARN_UNUSED_RESULT;
|
||||
static inline uint8_t LEDs_GetLEDs(void)
|
||||
{
|
||||
return (PORTR_OUT & LEDS_ALL_LEDS);
|
||||
return (~PORTR_OUT & LEDS_ALL_LEDS);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue