From 283fd84d891f94b34c1dd46ea8822b4d499d76dc Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Thu, 12 May 2022 14:33:42 +1200 Subject: [PATCH] gitmodule: remove mavlink repo This is now fetched from cmake or manually. --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1d98fce855..64c3a65aaf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,3 @@ [submodule "mavsdk-proto"] path = proto url = https://github.com/mavlink/MAVSDK-Proto.git -[submodule "src/third_party/mavlink"] - path = src/third_party/mavlink - url = https://github.com/mavlink/mavlink.git