8000 lwIP: Switch to Adafruit branch of lwIP. · WaveyD/circuitpython@e3773a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit e3773a9

Browse files
committed
lwIP: Switch to Adafruit branch of lwIP.
1 parent a3b32b8 commit e3773a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@
311311
branch = main
312312
[submodule "ports/raspberrypi/lib/lwip"]
313313
path = ports/raspberrypi/lib/lwip
314-
url = https://github.com/eightycc/lwip.git
315-
branch = circuitpython9
314+
url = https://github.com/adafruit/lwip.git
315+
branch = master
316316
[submodule "lib/mbedtls"]
317317
path = lib/mbedtls
318318
url = https://github.com/ARMmbed/mbedtls.git

ports/raspberrypi/lib/lwip

Submodule lwip updated from 2396f85 to 4097a07

ports/raspberrypi/lwip_inc/lwip_mem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
void *lwip_heap_malloc(size_t size);
1313
void lwip_heap_free(void *ptr);
14-
void *lwip_heap_calloc(size_t num, size_t size);
14+
void *lwip_heap_calloc(size_t num, size_t size);

0 commit comments

Comments
 (0)
0