aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/EVK1101
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Drivers/Board/EVK1101')
-rw-r--r--LUFA/Drivers/Board/EVK1101/LEDs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/Board/EVK1101/LEDs.h b/LUFA/Drivers/Board/EVK1101/LEDs.h
index 4dae3fb9a..6ed80be18 100644
--- a/LUFA/Drivers/Board/EVK1101/LEDs.h
+++ b/LUFA/Drivers/Board/EVK1101/LEDs.h
@@ -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);
}