From e080a26651f90c88176140d63a74c93c2f4041a2 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 22 Jan 2021 21:41:11 -0500 Subject: add SampleBuffer and ErrorManager; WAV testing --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 95a3b7b..33e1cf0 100644 --- a/Makefile +++ b/Makefile @@ -117,8 +117,8 @@ include $(CHIBIOS)/tools/mk/autobuild.mk #include $(CHIBIOS)/test/oslib/oslib_test.mk # Define linker script file here. -#LDSCRIPT= $(STARTUPLD)/STM32L476xG.ld -LDSCRIPT= STM32L432xC_stmdsp.ld +LDSCRIPT= STM32L476xG_stmdsp.ld +#LDSCRIPT= STM32L432xC_stmdsp.ld # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. -- cgit v1.2.3