diff options
Diffstat (limited to 'tools/updater/update_mcuconf_stm32h743xx.sh')
-rw-r--r-- | tools/updater/update_mcuconf_stm32h743xx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/updater/update_mcuconf_stm32h743xx.sh b/tools/updater/update_mcuconf_stm32h743xx.sh index 9116b5e42..b45d9ecf4 100644 --- a/tools/updater/update_mcuconf_stm32h743xx.sh +++ b/tools/updater/update_mcuconf_stm32h743xx.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_stm32h743xx.fmpp + if ! fmpp -q -C conf.fmpp -S ../ftl/processors/conf/mcuconf_stm32h743xx then echo echo "aborted" |