Browse Source

HAL_F4Light: fixed tool scripts

master
night-ghost 7 years ago committed by Andrew Tridgell
parent
commit
f31b2421cc
  1. 14
      libraries/AP_HAL_F4Light/support/UPDATE_OSD.sh

14
libraries/AP_HAL_F4Light/support/UPDATE_OSD.sh

@ -0,0 +1,14 @@ @@ -0,0 +1,14 @@
#!/bin/sh
set -e
set -x
pushd minimosd-extra/
git checkout -f master
git fetch origin
git reset --hard origin/master
popd
# git diff # this should show a change to git hash of OSD
git add minimosd-extra
git commit -m 'HAL_F4Light: updated OSD submodule'
Loading…
Cancel
Save