More UC3B architecture port updates.
[pub/lufa.git] / LUFA / Drivers / Board / EVK1101 / LEDs.h
index 4dae3fb..6ed80be 100644 (file)
                                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