From 6fc42a4e60443706f8390fb70faa7efa1367ab19 Mon Sep 17 00:00:00 2001 From: bugobliterator Date: Wed, 3 Nov 2021 22:00:44 +0530 Subject: [PATCH] modules: move to ardupilot/CrashDebug --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f7ebf19193..a6fbca83a4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,7 +24,7 @@ url = https://github.com/DroneCAN/DSDL.git [submodule "modules/CrashDebug"] path = modules/CrashDebug - url = https://github.com/adamgreen/CrashDebug + url = https://github.com/ardupilot/CrashDebug [submodule "modules/DroneCAN/pydronecan"] path = modules/DroneCAN/pydronecan url = https://github.com/DroneCAN/pydronecan