summaryrefslogtreecommitdiff
path: root/nuttx/configs/mbed
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/mbed
parent5eb6c1464f2e3dbaff32b53bed81990932ae4ef8 (diff)
downloadpx4-nuttx-8606eb53ff4105795a9feb7c42a677b8b26042ef.tar.gz
px4-nuttx-8606eb53ff4105795a9feb7c42a677b8b26042ef.tar.bz2
px4-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/mbed')
-rw-r--r--nuttx/configs/mbed/src/up_boot.c2
-rw-r--r--nuttx/configs/mbed/src/up_leds.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/mbed/src/up_boot.c b/nuttx/configs/mbed/src/up_boot.c
index 42dd54bf5..489c0a58c 100644
--- a/nuttx/configs/mbed/src/up_boot.c
+++ b/nuttx/configs/mbed/src/up_boot.c
@@ -47,7 +47,6 @@
#include "up_arch.h"
#include "up_internal.h"
-#include "lpc17_internal.h"
#include "mbed_internal.h"
/************************************************************************************
@@ -80,3 +79,4 @@ void lpc17_boardinitialize(void)
up_ledinit();
#endif
}
+
diff --git a/nuttx/configs/mbed/src/up_leds.c b/nuttx/configs/mbed/src/up_leds.c
index bc8a87045..c8c78e3ad 100644
--- a/nuttx/configs/mbed/src/up_leds.c
+++ b/nuttx/configs/mbed/src/up_leds.c
@@ -2,7 +2,7 @@
* configs/mbed/src/up_leds.c
* arch/arm/src/board/up_leds.c
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010, 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 "mbed_internal.h"