#endif\r
\r
/* Preprocessor Checks: */\r
- #if !defined(INCLUDE_FROM_LEDS_H)\r
+ #if !defined(__INCLUDE_FROM_LEDS_H)\r
#error Do not include this file directly. Include LUFA/Drivers/Board/LEDS.h instead.\r
#endif\r
\r
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