diff options
author | root <root@ka-ata-killa.ourano.james.local> | 2021-03-19 11:40:34 +0000 |
---|---|---|
committer | root <root@ka-ata-killa.ourano.james.local> | 2021-03-19 11:43:23 +0000 |
commit | f8e862f3b5e69de90d6bf20c2642271d324b4fc3 (patch) | |
tree | 86b1ed884110e6a85d64608ceaa2f95434957d1f /.gitmodules | |
parent | c6dc3064e7ebf1f13826487105f748745434da4d (diff) | |
download | clock-f8e862f3b5e69de90d6bf20c2642271d324b4fc3.tar.gz clock-f8e862f3b5e69de90d6bf20c2642271d324b4fc3.tar.bz2 clock-f8e862f3b5e69de90d6bf20c2642271d324b4fc3.zip |
switch to lwip-2.1.2
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index f835cea..3224fac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "libopencm3"] path = libopencm3 url = git://git.panaceas.org/stm32/libopencm3 -[submodule "lwip/lwip-1.4.1"] - path = lwip/lwip-1.4.1 - url = git://git.panaceas.org/stm32/lwip-1.4.1.git +[submodule "lwip/lwip-2.1.2"] + path = lwip/lwip-2.1.2 + url = git://git.panaceas.org/stm32/lwip-2.1.2 |