summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc214x/lpc214x_serial.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-11 19:37:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-11 19:37:25 +0000
commit3b2030d6a688297d67c8a994502b9f692466e509 (patch)
treee5d5fd5ed184ac7d15b577643fefa66e5b089874 /nuttx/arch/arm/src/lpc214x/lpc214x_serial.c
parent9ab9aa14f35208b190a72ce0c7909f29dd1cf00a (diff)
downloadpx4-nuttx-3b2030d6a688297d67c8a994502b9f692466e509.tar.gz
px4-nuttx-3b2030d6a688297d67c8a994502b9f692466e509.tar.bz2
px4-nuttx-3b2030d6a688297d67c8a994502b9f692466e509.zip
Add header files for PINSEL and SPI
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1031 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc214x/lpc214x_serial.c')
-rw-r--r--nuttx/arch/arm/src/lpc214x/lpc214x_serial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/lpc214x/lpc214x_serial.c b/nuttx/arch/arm/src/lpc214x/lpc214x_serial.c
index b2817dbc9..360a252f5 100644
--- a/nuttx/arch/arm/src/lpc214x/lpc214x_serial.c
+++ b/nuttx/arch/arm/src/lpc214x/lpc214x_serial.c
@@ -53,6 +53,7 @@
#include "os_internal.h"
#include "up_internal.h"
+#include "lpc214x_pinsel.h"
#include "lpc214x_uart.h"
#ifdef CONFIG_USE_SERIALDRIVER