Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
b47374ca
Commit
b47374ca
authored
Mar 16, 2011
by
Dean Camera
Browse files
Fix incorrectly named include guards in the Board driver header files.
parent
fe62770a
Changes
7
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/Board/BENITO/LEDs.h
View file @
b47374ca
...
...
@@ -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
...
...
LUFA/Drivers/Board/BUI/LEDs.h
View file @
b47374ca
...
...
@@ -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
...
...
LUFA/Drivers/Board/EVK1101/Buttons.h
View file @
b47374ca
...
...
@@ -60,7 +60,7 @@
#endif
/* Preprocessor Checks: */
#if !defined(INCLUDE_FROM_BUTTONS_H)
#if !defined(
__
INCLUDE_FROM_BUTTONS_H)
#error Do not include this file directly. Include LUFA/Drivers/Board/Buttons.h instead.
#endif
...
...
LUFA/Drivers/Board/EVK1101/Joystick.h
View file @
b47374ca
...
...
@@ -59,7 +59,7 @@
#endif
/* Preprocessor Checks: */
#if !defined(INCLUDE_FROM_JOYSTICK_H)
#if !defined(
__
INCLUDE_FROM_JOYSTICK_H)
#error Do not include this file directly. Include LUFA/Drivers/Board/Joystick.h instead.
#endif
...
...
LUFA/Drivers/Board/EVK1101/LEDs.h
View file @
b47374ca
...
...
@@ -59,7 +59,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
...
...
LUFA/Drivers/Board/UNO/LEDs.h
View file @
b47374ca
...
...
@@ -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
...
...
LUFA/Drivers/Board/USBTINYMKII/LEDs.h
View file @
b47374ca
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment