summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-stm32-p207
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-stm32-p207
parent12da94c354fd9eef2411c9a22f53a95a3de51744 (diff)
downloadnuttx-29d8eb786a1d17a03fbe6a15f588c669b39fec01.tar.gz
nuttx-29d8eb786a1d17a03fbe6a15f588c669b39fec01.tar.bz2
nuttx-29d8eb786a1d17a03fbe6a15f588c669b39fec01.zip
Move board_ prototypes from arch.h to board.h
Diffstat (limited to 'nuttx/configs/olimex-stm32-p207')
-rw-r--r--nuttx/configs/olimex-stm32-p207/src/up_buttons.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/olimex-stm32-p207/src/up_buttons.c b/nuttx/configs/olimex-stm32-p207/src/up_buttons.c
index 390141b06..ce47a9a81 100644
--- a/nuttx/configs/olimex-stm32-p207/src/up_buttons.c
+++ b/nuttx/configs/olimex-stm32-p207/src/up_buttons.c
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/olimex-stm32-p207/src/board_buttons.c
*
- * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011-2012, 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 "olimex-stm32-p207.h"