diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-24 09:34:14 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-24 09:34:14 +0000 |
commit | 5f0a522c45f7fbcb514587f416fce0f9dbe43869 (patch) | |
tree | 32b1fa9e2642d5ca57ab7401d3f23253f0dc6e31 /testhal/STM32F3xx/CAN/Makefile | |
parent | 09c5cf73dda395898e5ecce729bee10edebc7787 (diff) | |
download | ChibiOS-5f0a522c45f7fbcb514587f416fce0f9dbe43869.tar.gz ChibiOS-5f0a522c45f7fbcb514587f416fce0f9dbe43869.tar.bz2 ChibiOS-5f0a522c45f7fbcb514587f416fce0f9dbe43869.zip |
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
Diffstat (limited to 'testhal/STM32F3xx/CAN/Makefile')
-rw-r--r-- | testhal/STM32F3xx/CAN/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F3xx/CAN/Makefile b/testhal/STM32F3xx/CAN/Makefile index a2cf0e690..792e6e86e 100644 --- a/testhal/STM32F3xx/CAN/Makefile +++ b/testhal/STM32F3xx/CAN/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.
|