aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-04-28 10:10:09 +0300
committerbarthess <barthess@yandex.ru>2015-04-28 10:10:09 +0300
commit955b7901377d4bda1d45af12a9e5a8de54c427b6 (patch)
tree0b4eeed6115b7d38e6bcc62a7f3211d2397f10bd /testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile
parentadfa3f75e83bd7b033077cc1b12a3a0a612ce26a (diff)
downloadChibiOS-Contrib-955b7901377d4bda1d45af12a9e5a8de54c427b6.tar.gz
ChibiOS-Contrib-955b7901377d4bda1d45af12a9e5a8de54c427b6.tar.bz2
ChibiOS-Contrib-955b7901377d4bda1d45af12a9e5a8de54c427b6.zip
Improved metest. Added copyright notes.
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile b/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile
index ec5d18c..c85f1e9 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile
+++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile
@@ -10,7 +10,7 @@ endif
# C specific options here (added to USE_OPT).
ifeq ($(USE_COPT),)
- USE_COPT =
+ USE_COPT =
endif
# C++ specific options here (added to USE_OPT).