diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 755dc2f..9da9307 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "controller/fw/crypto-algorithms"] path = controller/fw/crypto-algorithms url = https://github.com/B-Con/crypto-algorithms +[submodule "controller/fw/tinyprintf"] + path = controller/fw/tinyprintf + url = https://github.com/cjlano/tinyprintf |