diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-15 09:58:20 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-15 09:58:20 +0000 |
commit | 5e27a7896c5a115a53bada786849e0c247d8466c (patch) | |
tree | fc28b0122f62635ae05c6e41611210cbf16c3364 /tools/updater/update_mcuconf_stm32f413xx.sh | |
parent | d1c9b44d96079ff77dd4cecf58cf6eb48f90b9c8 (diff) | |
download | ChibiOS-5e27a7896c5a115a53bada786849e0c247d8466c.tar.gz ChibiOS-5e27a7896c5a115a53bada786849e0c247d8466c.tar.bz2 ChibiOS-5e27a7896c5a115a53bada786849e0c247d8466c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12260 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'tools/updater/update_mcuconf_stm32f413xx.sh')
-rw-r--r-- | tools/updater/update_mcuconf_stm32f413xx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |