Fix newly renamed VirtualSerial demos' include filename references so that they compile.
[pub/USBasp.git] / LUFA / Drivers / Board / LEDs.h
index cd2b857..e93a381 100644 (file)
@@ -71,7 +71,6 @@
        /* Macros: */\r
        #if !defined(__DOXYGEN__)\r
                #define INCLUDE_FROM_LEDS_H\r
-               #define INCLUDE_FROM_BOARD_DRIVER\r
        #endif\r
        \r
        /* Includes: */\r
                #include "RZUSBSTICK/LEDs.h"\r
        #elif (BOARD == BOARD_ATAVRUSBRF01)\r
                #include "ATAVRUSBRF01/LEDs.h"\r
+       #elif (BOARD == BOARD_XPLAIN)\r
+               #include "XPLAIN/LEDs.h"\r
+       #elif (BOARD == BOARD_XPLAIN_REV1)\r
+               #include "XPLAIN/LEDs.h"\r
+       #elif (BOARD == BOARD_BUMBLEB)\r
+               #include "BUMBLEB/LEDs.h"\r
+       #elif (BOARD == BOARD_EVK527)\r
+               #include "EVK527/LEDs.h"                \r
        #elif (BOARD == BOARD_USER)\r
                #include "Board/LEDs.h"\r
        #endif\r
                 *  \param[in] ActiveMask  Mask of whether the LEDs in the LED mask should be turned on or off\r
                 */\r
                static inline void LEDs_ChangeLEDs(const uint8_t LEDMask, const uint8_t ActiveMask);\r
+               \r
+               /** Toggles all LEDs in the LED mask, leaving all others in their current states.\r
+                *\r
+                *  \param[in] LEDMask Mask of the board LEDs to manipulate (see board-specific LEDs.h driver file)\r
+                */\r
+               static inline void LEDs_ToggleLEDs(const uint8_t LEDMask);\r
 \r
                /** Returns the status of all the board LEDs; set LED masks in the return value indicate that the\r
                 *  corresponding LED is on.\r