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