Fix incorrectly named include guards in the Board driver header files.
[pub/USBasp.git] / LUFA / Drivers / Board / BUI / LEDs.h
index f17cf24..d8cf7e7 100644 (file)
@@ -57,7 +57,7 @@
                #endif
 
        /* Preprocessor Checks: */
-               #if !defined(INCLUDE_FROM_LEDS_H)
+               #if !defined(__INCLUDE_FROM_LEDS_H)
                        #error Do not include this file directly. Include LUFA/Drivers/Board/LEDS.h instead.
                #endif