Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set (thanks to Sam Lin).

This commit is contained in:
Dean Camera
2012-03-17 10:21:40 +00:00
parent f87aec2264
commit 1971a415e5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -109,6 +109,7 @@
#if (BOARD == BOARD_NONE)
static inline void LEDs_Init(void) {};
static inline void LEDs_Disable(void) {};
static inline void LEDs_TurnOnLEDs(const uint_reg_t LEDMask) {};
static inline void LEDs_TurnOffLEDs(const uint_reg_t LEDMask) {};
static inline void LEDs_SetAllLEDs(const uint_reg_t LEDMask) {};