diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-04 12:16:22 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-04 12:16:22 +0000 |
commit | e27a1bbc1c67029f65e819be6c0560f75f0352d2 (patch) | |
tree | e6062232763205e17ac767e6f705f5c1e24711a5 /testhal | |
parent | 7dc3e6a0f0d660aa2695f46ef4e6ccac4f6553de (diff) | |
download | ChibiOS-e27a1bbc1c67029f65e819be6c0560f75f0352d2.tar.gz ChibiOS-e27a1bbc1c67029f65e819be6c0560f75f0352d2.tar.bz2 ChibiOS-e27a1bbc1c67029f65e819be6c0560f75f0352d2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5813 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/SPC564Axx/SPI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/SPC564Axx/SPI/Makefile b/testhal/SPC564Axx/SPI/Makefile index 40fd678a6..18a43ea55 100644 --- a/testhal/SPC564Axx/SPI/Makefile +++ b/testhal/SPC564Axx/SPI/Makefile @@ -59,7 +59,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk #include $(CHIBIOS)/test/test.mk
# Define linker script file here
-LDSCRIPT= $(PORTLD)/SPC564A80.ld
+LDSCRIPT= $(PORTLD)/SPC564A70.ld
# C sources here.
CSRC = $(PORTSRC) \
|