diff options
| author | hathach <[email protected]> | 2021-01-23 14:55:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-01-23 14:55:12 +0700 |
| commit | d619444cb40080e8fccce899d0690617b3bea90b (patch) | |
| tree | da90400bec85366276a444c6526510403b00699f | |
| parent | 8af7ae867d8c2ef9bc31c66b67ac3197442f78ec (diff) | |
change lwip to github mirror
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 61321ae69..46e2d807c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,7 +21,7 @@ url = https://github.com/majbthrd/nuc_driver.git [submodule "lib/lwip"] path = lib/lwip - url = https://git.savannah.nongnu.org/git/lwip.git + url = https://github.com/lwip-tcpip/lwip.git [submodule "lib/FreeRTOS"] path = lib/FreeRTOS url = https://github.com/FreeRTOS/FreeRTOS.git |
