diff --git a/.gitmodules b/.gitmodules index 8c1560b..ded5ca1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "crypto/micro-ecc"] path = crypto/micro-ecc url = https://github.com/kmackay/micro-ecc.git -[submodule ".\\crypto\\micro-ecc"] - path = .\\crypto\\micro-ecc - url = https://github.com/kmackay/micro-ecc.git -[submodule ".\\crypto\\tiny-AES-c"] - path = .\\crypto\\tiny-AES-c +[submodule "crypto/tiny-AES-c"] + path = crypto/tiny-AES-c url = https://github.com/kokke/tiny-AES-c.git