summaryrefslogtreecommitdiff
path: root/nuttx/configs/tm4c1294-launchpad/src/tm4c_buttons.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/tm4c1294-launchpad/src/tm4c_buttons.c')
-rw-r--r--nuttx/configs/tm4c1294-launchpad/src/tm4c_buttons.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/tm4c1294-launchpad/src/tm4c_buttons.c b/nuttx/configs/tm4c1294-launchpad/src/tm4c_buttons.c
index 1ce04a4d9..17d83c81f 100644
--- a/nuttx/configs/tm4c1294-launchpad/src/tm4c_buttons.c
+++ b/nuttx/configs/tm4c1294-launchpad/src/tm4c_buttons.c
@@ -42,6 +42,7 @@
#include <stdint.h>
#include <nuttx/arch.h>
+#include <nuttx/board.h>
#include <arch/irq.h>
#include <arch/board/board.h>
@@ -51,7 +52,7 @@
#ifdef CONFIG_ARCH_BUTTONS
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************