aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/rampingios/build-all.sh
diff options
context:
space:
mode:
authorSelene ToyKeeper2018-11-03 16:50:19 -0600
committerSelene ToyKeeper2018-11-03 16:50:19 -0600
commitba04f5bd8cc8ac59a0ba83b528ada538b93a1773 (patch)
treefca80af5f1956c9edfe530415e5f0de7a68b2d52 /spaghetti-monster/rampingios/build-all.sh
parentapplied thermal target bugfix from Anduril (diff)
parentAdded a help message to build.sh and flash.sh (diff)
downloadanduril-ba04f5bd8cc8ac59a0ba83b528ada538b93a1773.tar.gz
anduril-ba04f5bd8cc8ac59a0ba83b528ada538b93a1773.tar.bz2
anduril-ba04f5bd8cc8ac59a0ba83b528ada538b93a1773.zip
merged flash-safer branch (clean up flash/build scripts and make flashing less likely to produce bricks)
Diffstat (limited to 'spaghetti-monster/rampingios/build-all.sh')
-rwxr-xr-xspaghetti-monster/rampingios/build-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/rampingios/build-all.sh b/spaghetti-monster/rampingios/build-all.sh
index 22597b7..5b75fe4 100755
--- a/spaghetti-monster/rampingios/build-all.sh
+++ b/spaghetti-monster/rampingios/build-all.sh
@@ -13,6 +13,6 @@ for TARGET in \
EMISAR_D4S_219C \
; do
echo "===== $TARGET ====="
- ../../../bin/build-85.sh "$UI" "-DFSM_${TARGET}_DRIVER"
+ ../../../bin/build.sh 85 "$UI" "-DFSM_${TARGET}_DRIVER"
mv -f "$UI".hex "$UI".$TARGET.hex
done