aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-01 11:41:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-01 11:41:29 +0000
commit097718386bfff7950d358df1caaf26a4468532a1 (patch)
treea63188b1ebadab93017e6770e17318fdd3d816c0
parentd33b99a39429fade490307947fc4e10e7428f580 (diff)
downloadChibiOS-097718386bfff7950d358df1caaf26a4468532a1.tar.gz
ChibiOS-097718386bfff7950d358df1caaf26a4468532a1.tar.bz2
ChibiOS-097718386bfff7950d358df1caaf26a4468532a1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@74 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--demos/ARM7-LPC214x-GCC/Makefile2
-rw-r--r--ports/ARM7-LPC214x/GCC/lpc214x_SPI1.c (renamed from ports/ARM7-LPC214x/GCC/lpc214x_ssp.c)0
-rw-r--r--ports/ARM7-LPC214x/GCC/lpc214x_SPI1.h (renamed from ports/ARM7-LPC214x/GCC/lpc214x_ssp.h)0
3 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-GCC/Makefile b/demos/ARM7-LPC214x-GCC/Makefile
index 310124c2a..0ee445783 100644
--- a/demos/ARM7-LPC214x-GCC/Makefile
+++ b/demos/ARM7-LPC214x-GCC/Makefile
@@ -62,7 +62,7 @@ UDEFS =
UADEFS =
# List ARM-mode C source files here
-ASRC = chcore.c main.c buzzer.c ../../src/lib/evtimer.c ../../test/test.c \
+ASRC = chcore.c main.c buzzer.c mmcsd.c ../../src/lib/evtimer.c ../../test/test.c \
../../ports/ARM7-LPC214x/GCC/vic.c ../../ports/ARM7-LPC214x/GCC/lpc214x_serial.c \
../../ports/ARM7-LPC214x/GCC/lpc214x_ssp.c \
../../src/chinit.c ../../src/chlists.c ../../src/chdelta.c ../../src/chschd.c \
diff --git a/ports/ARM7-LPC214x/GCC/lpc214x_ssp.c b/ports/ARM7-LPC214x/GCC/lpc214x_SPI1.c
index c3188152d..c3188152d 100644
--- a/ports/ARM7-LPC214x/GCC/lpc214x_ssp.c
+++ b/ports/ARM7-LPC214x/GCC/lpc214x_SPI1.c
diff --git a/ports/ARM7-LPC214x/GCC/lpc214x_ssp.h b/ports/ARM7-LPC214x/GCC/lpc214x_SPI1.h
index c7b4bcbdd..c7b4bcbdd 100644
--- a/ports/ARM7-LPC214x/GCC/lpc214x_ssp.h
+++ b/ports/ARM7-LPC214x/GCC/lpc214x_SPI1.h