From 316c75c672d8efd99f46d62937a591dbb83ad381 Mon Sep 17 00:00:00 2001 From: dchvs Date: Wed, 17 Mar 2021 17:02:40 -0600 Subject: [PATCH] Update submodules to follow Master --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 59bdbf6..b784a9e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,16 +1,16 @@ [submodule "source/Jetpack"] path = source/Jetpack url = https://git.spirirobotics.com/dchvs/Jetpack.git - branch = v0.1.0 + branch = master [submodule "source/drivers/li-mt9m021"] path = source/drivers/li-mt9m021 url = https://git.spirirobotics.com/dchvs/li-mt9m021.git - branch = v0.1.0 + branch = master [submodule "CTI-L4T"] path = CTI-L4T url = https://git.spirirobotics.com/dchvs/CTI-L4T.git - branch = v0.1.0 + branch = master [submodule "source/drivers/eg25-g"] path = source/drivers/eg25-g url = https://git.spirirobotics.com/dchvs/eg25-g.git - branch = v0.1.0 + branch = master