aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DriverStubs/Buttons.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/DriverStubs/Buttons.h')
-rw-r--r--LUFA/DriverStubs/Buttons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DriverStubs/Buttons.h b/LUFA/DriverStubs/Buttons.h
index bd45f40ca..deab56e9e 100644
--- a/LUFA/DriverStubs/Buttons.h
+++ b/LUFA/DriverStubs/Buttons.h
@@ -54,7 +54,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