summaryrefslogtreecommitdiff
path: root/nuttx/configs/ubw32/src
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/ubw32/src
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/ubw32/src')
-rw-r--r--nuttx/configs/ubw32/src/up_buttons.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/ubw32/src/up_buttons.c b/nuttx/configs/ubw32/src/up_buttons.c
index c1fa1125b..9ddab03b4 100644
--- a/nuttx/configs/ubw32/src/up_buttons.c
+++ b/nuttx/configs/ubw32/src/up_buttons.c
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/ubw32/src/board_buttons.c
*
- * Copyright (C) 2012, 2014 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2012, 2014-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 <debug.h>
+#include <nuttx/board.h>
#include <arch/board/board.h>
#include "chip.h"
@@ -54,7 +55,7 @@
#ifdef CONFIG_ARCH_BUTTONS
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* The UBW32 board has three buttons.
*