summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-27 20:02:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-27 20:02:03 -0600
commit29d8eb786a1d17a03fbe6a15f588c669b39fec01 (patch)
tree619a7f07e09ff673709dd06f1d876b44ca0cec67 /nuttx/configs/olimex-lpc1766stk
parent12da94c354fd9eef2411c9a22f53a95a3de51744 (diff)
downloadpx4-nuttx-29d8eb786a1d17a03fbe6a15f588c669b39fec01.tar.gz
px4-nuttx-29d8eb786a1d17a03fbe6a15f588c669b39fec01.tar.bz2
px4-nuttx-29d8eb786a1d17a03fbe6a15f588c669b39fec01.zip
Move board_ prototypes from arch.h to board.h
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk')
-rw-r--r--nuttx/configs/olimex-lpc1766stk/src/lpc17_buttons.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/src/lpc17_buttons.c b/nuttx/configs/olimex-lpc1766stk/src/lpc17_buttons.c
index 1d4c2da12..653e221ef 100644
--- a/nuttx/configs/olimex-lpc1766stk/src/lpc17_buttons.c
+++ b/nuttx/configs/olimex-lpc1766stk/src/lpc17_buttons.c
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/olimex-lpc1766stk/src/lpc17_buttons.c
*
- * Copyright (C) 2011 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -43,6 +43,7 @@
#include <stdbool.h>
#include <nuttx/arch.h>
+#include <nuttx/board.h>
#include <nuttx/irq.h>
#include <arch/board/board.h>
@@ -53,7 +54,7 @@
#ifdef CONFIG_ARCH_BUTTONS
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************