aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/EVK1101/LEDs.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-02-26 15:54:11 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-02-26 15:54:11 +0000
commit6f01b6afd5a4fbd0a618f790e0afaa5eb2531e12 (patch)
tree53ece1aef3409d4dc0f26ec113af110cc809d866 /LUFA/Drivers/Board/EVK1101/LEDs.h
parenta318f32b310eac95a4a208a0f25fb1c39afa22f5 (diff)
downloadlufa-6f01b6afd5a4fbd0a618f790e0afaa5eb2531e12.tar.gz
lufa-6f01b6afd5a4fbd0a618f790e0afaa5eb2531e12.tar.bz2
lufa-6f01b6afd5a4fbd0a618f790e0afaa5eb2531e12.zip
More UC3B architecture port updates.
Diffstat (limited to 'LUFA/Drivers/Board/EVK1101/LEDs.h')
-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);
}