summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-30 16:39:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-30 16:39:25 +0000
commita5a88db827fbaca1058ce3fd6b4784bd9ab03073 (patch)
tree52b262f0636298b3ae030a2bddc7499ac5232f37 /nuttx/configs/mcu123-lpc214x
parentdfbc56054f377761c50a1a7453ed00a228fa9766 (diff)
downloadpx4-nuttx-a5a88db827fbaca1058ce3fd6b4784bd9ab03073.tar.gz
px4-nuttx-a5a88db827fbaca1058ce3fd6b4784bd9ab03073.tar.bz2
px4-nuttx-a5a88db827fbaca1058ce3fd6b4784bd9ab03073.zip
Add ZP213X/4XPA nxlines configuration (needs a little more work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5466 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x')
-rw-r--r--nuttx/configs/mcu123-lpc214x/src/Makefile2
-rw-r--r--nuttx/configs/mcu123-lpc214x/src/up_spi1.c (renamed from nuttx/configs/mcu123-lpc214x/src/up_spi.c)4
2 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/src/Makefile b/nuttx/configs/mcu123-lpc214x/src/Makefile
index 5ddcebe42..79f767fff 100644
--- a/nuttx/configs/mcu123-lpc214x/src/Makefile
+++ b/nuttx/configs/mcu123-lpc214x/src/Makefile
@@ -47,7 +47,7 @@ endif
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = up_spi.c up_leds.c
+CSRCS = up_spi1.c up_leds.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
diff --git a/nuttx/configs/mcu123-lpc214x/src/up_spi.c b/nuttx/configs/mcu123-lpc214x/src/up_spi1.c
index b58c8d667..61abee20a 100644
--- a/nuttx/configs/mcu123-lpc214x/src/up_spi.c
+++ b/nuttx/configs/mcu123-lpc214x/src/up_spi1.c
@@ -1,6 +1,6 @@
/****************************************************************************
- * config/mcu123-lpc214x/src/up_spi.c
- * arch/arm/src/board/up_spi.c
+ * config/mcu123-lpc214x/src/up_spi1.c
+ * arch/arm/src/board/up_spi1.c
*
* Copyright (C) 2008-2010, 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>