diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 3308a11..83e5456 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,7 @@ url = https://github.com/DaveGamble/cJSON.git [submodule "fs/base64"] path = fs/base64 - url = https://github.com/zhicheng/base64.git
\ No newline at end of file + url = https://github.com/zhicheng/base64.git +[submodule "fs/frozen"] + path = fs/frozen + url = https://github.com/cesanta/frozen.git |