From 514ae726ff3dfa445bc8a38fc7ab07477ea50d6b Mon Sep 17 00:00:00 2001 From: Charles <charles.sirois14@gmail.com> Date: Sun, 26 Jan 2020 11:25:40 -0500 Subject: [PATCH] Move submodule --- .gitmodules | 3 +++ Standard_robot/BSP | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 Standard_robot/BSP diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..63b349c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Standard_robot/BSP"] + path = Standard_robot/BSP + url = https://git.step.polymtl.ca/polystar/robomaster/controle/bsp.git diff --git a/Standard_robot/BSP b/Standard_robot/BSP new file mode 160000 index 0000000..0e90cc8 --- /dev/null +++ b/Standard_robot/BSP @@ -0,0 +1 @@ +Subproject commit 0e90cc824faf8b0a014e01473da422f9514802da -- GitLab