From 532acb2af88ffc136702acf5bf9150f8bb96d2ab Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 26 Oct 2021 13:46:54 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14960 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- testhal/STM32/multi/SPI/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testhal/STM32/multi/SPI/Makefile b/testhal/STM32/multi/SPI/Makefile index 207a520b1..5d354f803 100644 --- a/testhal/STM32/multi/SPI/Makefile +++ b/testhal/STM32/multi/SPI/Makefile @@ -12,7 +12,7 @@ all: +@make --no-print-directory -f ./make/stm32f303_discovery.make all @echo ==================================================================== @echo - @echo === Building for STM32373C-Ecal ==================================== + @echo === Building for STM32373C-Eval ==================================== +@make --no-print-directory -f ./make/stm32f373vc_eval.make all @echo ==================================================================== @echo