More UC3B architecture port updates.

This commit is contained in:
Dean Camera 2011-02-26 15:54:11 +00:00
parent a318f32b31
commit 6f01b6afd5
10 changed files with 58 additions and 254 deletions

View file

@ -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);
}