AVR32_GPIO.port[LEDS_PORT].ovrc = ActiveMask;\r
}\r
\r
- static inline uintN_t LEDs_GetLEDs(void) ATTR_WARN_UNUSED_RESULT;\r
- static inline uintN_t LEDs_GetLEDs(void)\r
+ static inline uint32_t LEDs_GetLEDs(void) ATTR_WARN_UNUSED_RESULT;\r
+ static inline uint32_t LEDs_GetLEDs(void)\r
{\r
return (AVR32_GPIO.port[LEDS_PORT].ovr & LEDS_ALL_LEDS);\r
}\r