diff options
Diffstat (limited to 'testhal/STM32/multi/DAC/make/stm32l4r5zi_nucleo144.make')
-rw-r--r-- | testhal/STM32/multi/DAC/make/stm32l4r5zi_nucleo144.make | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testhal/STM32/multi/DAC/make/stm32l4r5zi_nucleo144.make b/testhal/STM32/multi/DAC/make/stm32l4r5zi_nucleo144.make index aa33126be..f7389e770 100644 --- a/testhal/STM32/multi/DAC/make/stm32l4r5zi_nucleo144.make +++ b/testhal/STM32/multi/DAC/make/stm32l4r5zi_nucleo144.make @@ -109,10 +109,10 @@ 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)/os/hal/lib/streams/streams.mk
+#include $(CHIBIOS)/test/lib/test.mk
+#include $(CHIBIOS)/test/rt/rt_test.mk
+#include $(CHIBIOS)/test/oslib/oslib_test.mk
+#include $(CHIBIOS)/os/hal/lib/streams/streams.mk
# Define linker script file here.
LDSCRIPT= $(STARTUPLD)/STM32L4R5xI.ld
|