From db14196b732663dc195ad5d1a8cefdf1a9cb717c Mon Sep 17 00:00:00 2001 From: heck Date: Sat, 21 Sep 2024 06:55:42 +0200 Subject: [PATCH] Build: config use defaults that reflect a possible working scenario --- Makefile.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.conf b/Makefile.conf index d3ca8fe..e07e6d2 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -14,8 +14,8 @@ OPT=-O3 #USE_FATFS = 1 # Relative to dir 'src' -LIBDAISY_DIR=../../heck_libDaisyWrong -DAISYSP_DIR=../../heck_DaisySPWrong +LIBDAISY_DIR=../../heck_libDaisy +DAISYSP_DIR=../../heck_DaisySP CXXFLAGS+=-Wall -Wno-unused -Wno-reorder-ctor -Wno-switch