HAL_F4Light: fixed tool scripts

This commit is contained in:
night-ghost 2018-03-06 15:57:08 +05:00 committed by Andrew Tridgell
parent ac40aa7b70
commit f31b2421cc
1 changed files with 14 additions and 0 deletions

View File

@ -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'