aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F3xx/SPI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F3xx/SPI/Makefile')
-rw-r--r--testhal/STM32F3xx/SPI/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F3xx/SPI/Makefile b/testhal/STM32F3xx/SPI/Makefile
index a2cf0e690..792e6e86e 100644
--- a/testhal/STM32F3xx/SPI/Makefile
+++ b/testhal/STM32F3xx/SPI/Makefile
@@ -73,7 +73,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
#include $(CHIBIOS)/test/test.mk
# Define linker script file here
-LDSCRIPT= $(PORTLD)/STM32F303xc.ld
+LDSCRIPT= $(PORTLD)/STM32F303xC.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.