diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-11-09 11:35:52 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-11-09 11:35:52 +0000 |
commit | 9d6eb6ebf4f7fa9aeac7070fd2a8401bf350af38 (patch) | |
tree | e8badfabe38f02ca659f53c79b5f64c25907835b /testhal/STM32/multi/SPI/make/stm32l476_discovery.make | |
parent | 9472504bb695fef7f68849847ffe40dff9b0a591 (diff) | |
download | ChibiOS-9d6eb6ebf4f7fa9aeac7070fd2a8401bf350af38.tar.gz ChibiOS-9d6eb6ebf4f7fa9aeac7070fd2a8401bf350af38.tar.bz2 ChibiOS-9d6eb6ebf4f7fa9aeac7070fd2a8401bf350af38.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12412 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/SPI/make/stm32l476_discovery.make')
-rw-r--r-- | testhal/STM32/multi/SPI/make/stm32l476_discovery.make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/multi/SPI/make/stm32l476_discovery.make b/testhal/STM32/multi/SPI/make/stm32l476_discovery.make index 33eeaaefd..071a1712c 100644 --- a/testhal/STM32/multi/SPI/make/stm32l476_discovery.make +++ b/testhal/STM32/multi/SPI/make/stm32l476_discovery.make @@ -111,9 +111,9 @@ include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk # Auto-build files in ./source recursively.
include $(CHIBIOS)/tools/mk/autobuild.mk
# Other files (optional).
-include $(CHIBIOS)/test/lib/test.mk
-include $(CHIBIOS)/test/rt/rt_test.mk
-include $(CHIBIOS)/test/oslib/oslib_test.mk
+#include $(CHIBIOS)/test/lib/test.mk
+#include $(CHIBIOS)/test/rt/rt_test.mk
+#include $(CHIBIOS)/test/oslib/oslib_test.mk
# Define linker script file here.
LDSCRIPT= $(STARTUPLD)/STM32L476xG.ld
|