summaryrefslogtreecommitdiff
path: root/nuttx/configs/ne64badge
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/ne64badge
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/ne64badge')
-rw-r--r--nuttx/configs/ne64badge/src/up_buttons.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/ne64badge/src/up_buttons.c b/nuttx/configs/ne64badge/src/up_buttons.c
index af72aab8d..3de13c8bd 100644
--- a/nuttx/configs/ne64badge/src/up_buttons.c
+++ b/nuttx/configs/ne64badge/src/up_buttons.c
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/ne64badge/src/board_buttons.c
*
- * Copyright (C) 2011, 2014 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011, 2014-2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -42,6 +42,7 @@
#include <stdint.h>
#include <nuttx/arch.h>
+#include <nuttx/board.h>
#include <arch/board/board.h>
#include "ne64badge_internal.h"
@@ -49,7 +50,7 @@
#ifdef CONFIG_ARCH_BUTTONS
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Enables debug output from this file (needs CONFIG_DEBUG with