summaryrefslogtreecommitdiff
path: root/nuttx/configs/maple/src/up_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/maple/src/up_boot.c')
-rw-r--r--nuttx/configs/maple/src/up_boot.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/maple/src/up_boot.c b/nuttx/configs/maple/src/up_boot.c
index 795fa5e7b..12b136cf8 100644
--- a/nuttx/configs/maple/src/up_boot.c
+++ b/nuttx/configs/maple/src/up_boot.c
@@ -1,7 +1,7 @@
/************************************************************************************
* configs/maple/src/up_boot.c
*
- * Copyright (C) 2013 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2013, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
* Librae <librae8226@gmail.com>
*
@@ -42,13 +42,14 @@
#include <nuttx/spi/spi.h>
#include <debug.h>
+#include <nuttx/board.h>
#include <arch/board/board.h>
#include "up_arch.h"
#include "maple-internal.h"
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/************************************************************************************