diff options
author | xengineering <me@xengineering.eu> | 2021-09-17 19:43:59 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-09-17 19:43:59 +0200 |
commit | 756c8e1eaa030bb798dbf1869415c18883de44a8 (patch) | |
tree | 78e0b7769d30e8a24897092638db234d7c62f43c | |
parent | 32a7f5fa5be057c5baf6f654f5f2ee95f46da143 (diff) | |
download | ledcontrol-756c8e1eaa030bb798dbf1869415c18883de44a8.tar ledcontrol-756c8e1eaa030bb798dbf1869415c18883de44a8.tar.zst ledcontrol-756c8e1eaa030bb798dbf1869415c18883de44a8.zip |
Add libopencm3
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | deps/libopencm3 | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7ee543a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "deps/libopencm3"] + path = deps/libopencm3 + url = https://github.com/libopencm3/libopencm3.git diff --git a/deps/libopencm3 b/deps/libopencm3 new file mode 160000 +Subproject 6763681c260cf280487d70ca0d1996a8b79fff3 |