1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lwip/include/arch
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
..
cc.h sys/shell: Add lwIP ifconfig shell command 2021-02-23 11:47:45 +01:00
sys_arch.h lwip_tcp: fix build with DEVELHELP=0 2021-08-15 12:50:33 +02:00