summaryrefslogtreecommitdiff
path: root/nuttx/configs/lincoln60/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-18 19:16:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-18 19:16:44 +0000
commit8606eb53ff4105795a9feb7c42a677b8b26042ef (patch)
treee746a348a0a71399c9811f6645e7e4716ac45aee /nuttx/configs/lincoln60/src
parent5eb6c1464f2e3dbaff32b53bed81990932ae4ef8 (diff)
downloadnuttx-8606eb53ff4105795a9feb7c42a677b8b26042ef.tar.gz
nuttx-8606eb53ff4105795a9feb7c42a677b8b26042ef.tar.bz2
nuttx-8606eb53ff4105795a9feb7c42a677b8b26042ef.zip
Refactor all lpc17xx header files (more like STM32 header file structure now)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5534 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lincoln60/src')
-rw-r--r--nuttx/configs/lincoln60/src/up_boot.c1
-rw-r--r--nuttx/configs/lincoln60/src/up_buttons.c4
-rw-r--r--nuttx/configs/lincoln60/src/up_leds.c4
3 files changed, 4 insertions, 5 deletions
diff --git a/nuttx/configs/lincoln60/src/up_boot.c b/nuttx/configs/lincoln60/src/up_boot.c
index 42b01a3ea..6e67f777b 100644
--- a/nuttx/configs/lincoln60/src/up_boot.c
+++ b/nuttx/configs/lincoln60/src/up_boot.c
@@ -47,7 +47,6 @@
#include "up_arch.h"
#include "up_internal.h"
-#include "lpc17_internal.h"
#include "lincoln60_internal.h"
/************************************************************************************
diff --git a/nuttx/configs/lincoln60/src/up_buttons.c b/nuttx/configs/lincoln60/src/up_buttons.c
index 55781846d..76cb1f2d9 100644
--- a/nuttx/configs/lincoln60/src/up_buttons.c
+++ b/nuttx/configs/lincoln60/src/up_buttons.c
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/lincoln60/src/up_buttons.c
*
- * Copyright (C) 2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -47,7 +47,7 @@
#include <arch/board/board.h>
-#include "lpc17_internal.h"
+#include "lpc17_gpio.h"
#include "lincoln60_internal.h"
#ifdef CONFIG_ARCH_BUTTONS
diff --git a/nuttx/configs/lincoln60/src/up_leds.c b/nuttx/configs/lincoln60/src/up_leds.c
index fe00895b1..3b8692d93 100644
--- a/nuttx/configs/lincoln60/src/up_leds.c
+++ b/nuttx/configs/lincoln60/src/up_leds.c
@@ -2,7 +2,7 @@
* configs/lincoln60/src/up_leds.c
* arch/arm/src/board/up_leds.c
*
- * Copyright (C) 2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -50,7 +50,7 @@
#include "up_arch.h"
#include "up_internal.h"
-#include "lpc17_internal.h"
+#include "lpc17_gpio.h"
#include "lincoln60_internal.h"