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_chconf_nil.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/updater/update_chconf_nil.sh') diff --git a/tools/updater/update_chconf_nil.sh b/tools/updater/update_chconf_nil.sh index e00f57bea..ec297286e 100644 --- a/tools/updater/update_chconf_nil.sh +++ b/tools/updater/update_chconf_nil.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 's/\#define //g; s/ */=/g' > ./values.txt - if ! fmpp -q -C chconf_nil.fmpp + if ! fmpp -q -C conf.fmpp -S ../ftl/processors/conf/chconf_nil then echo echo "aborted" -- cgit v1.2.3