aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-01-22 21:41:11 -0500
committerClyne Sullivan <clyne@bitgloo.com>2021-01-22 21:41:11 -0500
commite080a26651f90c88176140d63a74c93c2f4041a2 (patch)
tree801a9726341a123e479516f94d564a3cade0cb91 /Makefile
parent04e23e9ad7cce2da3c6d1076f06d2064acd837c6 (diff)
add SampleBuffer and ErrorManager; WAV testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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.