summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x
diff options
context:
space:
mode:
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>