From 5e27a7896c5a115a53bada786849e0c247d8466c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 15 Sep 2018 09:58:20 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12260 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- tools/updater/update_mcuconf_stm32f413xx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/updater/update_mcuconf_stm32f413xx.sh') diff --git a/tools/updater/update_mcuconf_stm32f413xx.sh b/tools/updater/update_mcuconf_stm32f413xx.sh index 0e8867889..661d35beb 100644 --- a/tools/updater/update_mcuconf_stm32f413xx.sh +++ b/tools/updater/update_mcuconf_stm32f413xx.sh @@ -14,7 +14,7 @@ then then echo Processing: $1 egrep -e "\#define\s+[a-zA-Z0-9_()]*\s+[a-zA-Z0-9_]" <<< "$conffile" | sed -r 's/\#define\s+([a-zA-Z0-9_]*)(\([^)]*\))?\s+/\1=/g' > ./values.txt - if ! fmpp -q -C mcuconf_stm32f413xx.fmpp + if ! fmpp -q -C conf.fmpp -S ../ftl/processors/conf/mcuconf_stm32f413xx then echo echo "aborted" -- cgit v1.2.3