mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
8f90d6f83f
this fixes the DSDL DroneCAN issue. Run Tools/gittools/submodule-sync.sh
7 lines
203 B
Bash
Executable File
7 lines
203 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# this copes with moving origin remote to a new git organisation
|
|
git submodule update --recursive --force --init
|
|
git submodule sync --recursive
|
|
git submodule update --recursive --force --init
|