From 5f0a522c45f7fbcb514587f416fce0f9dbe43869 Mon Sep 17 00:00:00 2001
From: gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>
Date: Mon, 24 Dec 2012 09:34:14 +0000
Subject: Fixed a lower case in STM32F3xx Makefiles.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4966 35acf78f-673a-0410-8e92-d51de3d6d3f4
---
 testhal/STM32F3xx/UART/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'testhal/STM32F3xx/UART')

diff --git a/testhal/STM32F3xx/UART/Makefile b/testhal/STM32F3xx/UART/Makefile
index 138430626..fac110b8c 100644
--- a/testhal/STM32F3xx/UART/Makefile
+++ b/testhal/STM32F3xx/UART/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.
-- 
cgit v1.2.3