~gabe/flashlight-firmware/anduril2

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/werner/build-all.sh

merged recent fsm branch updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
  FW3A \
15
15
  ; do
16
16
  echo "===== $TARGET ====="
17
 
  ../../../bin/build-85.sh "$UI" "-DFSM_${TARGET}_DRIVER"
 
17
  ../../../bin/build.sh 85 "$UI" "-DFSM_${TARGET}_DRIVER"
18
18
  mv -f "$UI".hex "$UI".$TARGET.hex
19
19
done