aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/BoardDriverTest/Board/Buttons.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-05-17 20:34:13 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-05-17 20:34:13 +0200
commit85a0e75c602a4f86b72664ee4cfe85f026f3a64d (patch)
tree47daa0c44f8f7e502b05c46322b32f55ba777c26 /BuildTests/BoardDriverTest/Board/Buttons.h
parentc8f226980499d8e5b0b3d361dc986e2759dcaacb (diff)
downloadlufa-85a0e75c602a4f86b72664ee4cfe85f026f3a64d.tar.gz
lufa-85a0e75c602a4f86b72664ee4cfe85f026f3a64d.tar.bz2
lufa-85a0e75c602a4f86b72664ee4cfe85f026f3a64d.zip
Improve the BoardDriver build test, check for mismatches board hardware support macros or missing driver macros.
Diffstat (limited to 'BuildTests/BoardDriverTest/Board/Buttons.h')
-rw-r--r--BuildTests/BoardDriverTest/Board/Buttons.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/BuildTests/BoardDriverTest/Board/Buttons.h b/BuildTests/BoardDriverTest/Board/Buttons.h
index 9062a3682..315b66d4a 100644
--- a/BuildTests/BoardDriverTest/Board/Buttons.h
+++ b/BuildTests/BoardDriverTest/Board/Buttons.h
@@ -57,6 +57,8 @@
#error Do not include this file directly. Include LUFA/Drivers/Board/Buttons.h instead.
#endif
+ #define BOARD_DUMMY_BUTTONS_IMPLEMENTATION
+
/* Public Interface - May be used in end-application: */
/* Macros: */
/** Button mask for the first button on the board. */