diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-03-16 06:00:02 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-03-16 06:00:02 +0000 |
commit | b47374caf543c49ce4c11c3e6d29ab10569b5272 (patch) | |
tree | ac88c3aee258699761e41fcab4167f13d6015073 /LUFA/Drivers/Board/BUI | |
parent | fe62770a1ea8078ec6234ef9f92e39a7f542ce9e (diff) | |
download | lufa-b47374caf543c49ce4c11c3e6d29ab10569b5272.tar.gz lufa-b47374caf543c49ce4c11c3e6d29ab10569b5272.tar.bz2 lufa-b47374caf543c49ce4c11c3e6d29ab10569b5272.zip |
Fix incorrectly named include guards in the Board driver header files.
Diffstat (limited to 'LUFA/Drivers/Board/BUI')
-rw-r--r-- | LUFA/Drivers/Board/BUI/LEDs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Board/BUI/LEDs.h b/LUFA/Drivers/Board/BUI/LEDs.h index f17cf24c2..d8cf7e785 100644 --- a/LUFA/Drivers/Board/BUI/LEDs.h +++ b/LUFA/Drivers/Board/BUI/LEDs.h @@ -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 |