1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/pkg/lwip
Benjamin Valentin 5117da1cb0 lwip_tcp: fix build with DEVELHELP=0
If DEVELHELP is not set `LOCK_TCPIP_CORE()`/`UNLOCK_TCPIP_CORE()`
are not defined, leading to a build failure.

Defining them to no-op leads to a run-time segmentation fault, so
better always use those functions.
2021-08-15 12:50:33 +02:00
..
contrib lwip_tcp: fix build with DEVELHELP=0 2021-08-15 12:50:33 +02:00
include lwip_tcp: fix build with DEVELHELP=0 2021-08-15 12:50:33 +02:00
patches pkg/lwip: Add patch to fix netif_is_flag_set macro 2021-07-13 13:07:38 +02:00
doc.txt lwip: improve and fix documentation 2019-10-09 14:45:30 +02:00
Makefile pkg: silent make commands with RIOT_CI_BUILD=1 2021-03-12 16:05:18 +01:00
Makefile.dep drivers/Makefile.dep: don't pull netdev on netdev_default 2021-03-10 14:18:12 +01:00
Makefile.include pkg/lwip: add mips32 ssize_t fix 2020-11-25 17:52:34 +01:00