summaryrefslogtreecommitdiff
path: root/nuttx/configs/ekk-lm3s9b96/src/up_leds.c
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/ekk-lm3s9b96/src/up_leds.c
parentf29a691c031e9d277e6153eb29ecd3dedf90e950 (diff)
downloadnuttx-aa622de663e0f96c5d7d4e4bc1d977b4febe6786.tar.gz
nuttx-aa622de663e0f96c5d7d4e4bc1d977b4febe6786.tar.bz2
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/ekk-lm3s9b96/src/up_leds.c')
-rw-r--r--nuttx/configs/ekk-lm3s9b96/src/up_leds.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/ekk-lm3s9b96/src/up_leds.c b/nuttx/configs/ekk-lm3s9b96/src/up_leds.c
index eef5cf089..f91eabc41 100644
--- a/nuttx/configs/ekk-lm3s9b96/src/up_leds.c
+++ b/nuttx/configs/ekk-lm3s9b96/src/up_leds.c
@@ -1,8 +1,7 @@
/****************************************************************************
* configs/lm3s6965-ek/src/up_leds.c
- * arch/arm/src/board/up_leds.c
*
- * Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2012-2013, 2015 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>
* Jose Pablo Rojas V. <jrojas@nx-engineering.com>
*
@@ -44,6 +43,7 @@
#include <stdbool.h>
#include <debug.h>
+#include <nuttx/board.h>
#include <arch/board/board.h>
#include "chip.h"
@@ -53,7 +53,7 @@
#include "ekklm3s9b96_internal.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* CONFIG_DEBUG_LEDS enables debug output from this file (needs CONFIG_DEBUG