From 76656d0c751b2e09ec7bd4996473ff6a6f2521be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Mon, 31 Oct 2022 12:20:49 -0300 Subject: [PATCH] Add ArduPilot-Parameter-Repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .gitmodules | 3 +++ src/FirmwarePlugin/APM/ArduPilot-Parameter-Repository | 1 + 2 files changed, 4 insertions(+) create mode 160000 src/FirmwarePlugin/APM/ArduPilot-Parameter-Repository diff --git a/.gitmodules b/.gitmodules index d59319b..1858042 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "libs/shapelib"] path = libs/shapelib url = https://github.com/OSGeo/shapelib.git +[submodule "src/FirmwarePlugin/APM/ArduPilot-Parameter-Repository"] + path = src/FirmwarePlugin/APM/ArduPilot-Parameter-Repository + url = https://github.com/ArduPilot/ArduPilot-Parameter-Repository diff --git a/src/FirmwarePlugin/APM/ArduPilot-Parameter-Repository b/src/FirmwarePlugin/APM/ArduPilot-Parameter-Repository new file mode 160000 index 0000000..772370a --- /dev/null +++ b/src/FirmwarePlugin/APM/ArduPilot-Parameter-Repository @@ -0,0 +1 @@ +Subproject commit 772370ab665fd7a7edcfe488f1c900a1d7d3a4a9