5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-10 08:34:17 -03:00
ardupilot/libraries/AP_HAL_F4Light/support/UPDATE_OSD.sh

13 lines
255 B
Bash
Raw Normal View History

2018-03-06 06:57:08 -04:00
#!/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'