mirror of https://github.com/ArduPilot/ardupilot
HAL_F4Light: fixed tool scripts
This commit is contained in:
parent
ac40aa7b70
commit
f31b2421cc
|
@ -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…
Reference in New Issue