diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-10 16:42:45 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-10 16:42:45 +0200 |
commit | 6102d19f5308e09da55aee211c3e7a03f0d7d6f7 (patch) | |
tree | 867acf3e29ccb130b42836fa8b88c78a0ee98e90 /.gitmodules | |
parent | 573643a1d3220830de47c810cb1a6be629ce7abd (diff) |
protobuf (dropped)trash/protobuf
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fc98963..0ba4c4e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,8 @@ url = https://github.com/FreeRTOS/FreeRTOS-Kernel branch = V11.1.0 shallow = true +[submodule "protobuf"] + path = lib/protobuf + url = https://github.com/protocolbuffers/protobuf + branch = v25.3 + shallow = true |