More UC3B architecture port updates.
This commit is contained in:
parent
a318f32b31
commit
6f01b6afd5
10 changed files with 58 additions and 254 deletions
|
|
@ -120,8 +120,8 @@
|
|||
AVR32_GPIO.port[LEDS_PORT].ovrc = ActiveMask;
|
||||
}
|
||||
|
||||
static inline uintN_t LEDs_GetLEDs(void) ATTR_WARN_UNUSED_RESULT;
|
||||
static inline uintN_t LEDs_GetLEDs(void)
|
||||
static inline uint32_t LEDs_GetLEDs(void) ATTR_WARN_UNUSED_RESULT;
|
||||
static inline uint32_t LEDs_GetLEDs(void)
|
||||
{
|
||||
return (AVR32_GPIO.port[LEDS_PORT].ovr & LEDS_ALL_LEDS);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue