From 223f108ab524d72d84641a9bf0ac926a6c501dd9 Mon Sep 17 00:00:00 2001 From: Gautier Hattenberger Date: Thu, 27 Nov 2014 14:05:42 +0100 Subject: [PATCH] fix name of git submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c4c64f4445..bf9e3ff49b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,4 +12,4 @@ url = https://github.com/tudelft/ardrone2_vision.git [submodule "sw/ext/chibios"] path = sw/ext/chibios - url = https://github.com/mabl/ChibiOS-gitmain.git + url = https://github.com/mabl/ChibiOS.git