micro-ecc: move into booloader directory

pull/3266/head
Mahavir Jain 2019-01-04 12:48:07 +05:30
rodzic 5b2247df2d
commit 369e170ebc
4 zmienionych plików z 2 dodań i 2 usunięć

4
.gitmodules vendored
Wyświetl plik

@ -10,8 +10,8 @@
path = components/bt/lib
url = https://github.com/espressif/esp32-bt-lib.git
[submodule "components/micro-ecc/micro-ecc"]
path = components/micro-ecc/micro-ecc
[submodule "components/bootloader/subproject/components/micro-ecc/micro-ecc"]
path = components/bootloader/subproject/components/micro-ecc/micro-ecc
url = https://github.com/kmackay/micro-ecc.git
[submodule "components/coap/libcoap"]