From 2c4f2ada3f417438c30785198ffd5810574c4a9f Mon Sep 17 00:00:00 2001 From: mcuee Date: Tue, 27 Dec 2022 08:25:43 +0800 Subject: [PATCH] To work around Issue #1107 https://github.com/avrdudes/avrdude/issues/1107#issuecomment-1265873339 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d5685a02..7a614184 100755 --- a/build.sh +++ b/build.sh @@ -39,7 +39,7 @@ case "${ostype}" in machine=$(uname -m) if expr "${machine}" : '^\(arm\|aarch\)' >/dev/null then - extra_enable="${extra_enable} -D HAVE_LINUXGPIO=ON -D HAVE_LINUXSPI=ON" + extra_enable="${extra_enable} -D HAVE_LINUXGPIO=1 -D HAVE_LINUXSPI=1" fi ;;