summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc2378
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-27 18:49:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-27 18:49:24 -0600
commitaa622de663e0f96c5d7d4e4bc1d977b4febe6786 (patch)
tree89836694aa47e1a642b4051ec73c415ed2909377 /nuttx/configs/olimex-lpc2378
parentf29a691c031e9d277e6153eb29ecd3dedf90e950 (diff)
downloadpx4-nuttx-aa622de663e0f96c5d7d4e4bc1d977b4febe6786.tar.gz
px4-nuttx-aa622de663e0f96c5d7d4e4bc1d977b4febe6786.tar.bz2
px4-nuttx-aa622de663e0f96c5d7d4e4bc1d977b4febe6786.zip
configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
Diffstat (limited to 'nuttx/configs/olimex-lpc2378')
-rw-r--r--nuttx/configs/olimex-lpc2378/src/lpc2378_leds.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/configs/olimex-lpc2378/src/lpc2378_leds.c b/nuttx/configs/olimex-lpc2378/src/lpc2378_leds.c
index 5675910a4..7360f5e70 100644
--- a/nuttx/configs/olimex-lpc2378/src/lpc2378_leds.c
+++ b/nuttx/configs/olimex-lpc2378/src/lpc2378_leds.c
@@ -6,7 +6,7 @@
*
* This is part of the NuttX RTOS and based on the LPC2148 port:
*
- * Copyright (C) 2010, 2014 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010, 2014-2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -45,6 +45,8 @@
#include <nuttx/config.h>
#include <sys/types.h>
+#include <nuttx/board.h>
+
#include "chip.h"
#include "up_arch.h"
#include "up_internal.h"