lwip/src/include
Simon Goldschmidt bf1285e3c9 ppp: don't link debug functions if disable
This converts all ppp_*() debug functions to ppp_*(()) macros that
ensure the code is left out by the linker if the corresponding debug
setting is disabled.

Downside is that many lines of code are touched, but since these
already differ to upstream PPP sources, I figured that's ok...

See bug #55199

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
2020-01-10 21:42:45 +01:00
..
compat Whitespace cleanup lwIP 2018-10-22 20:53:58 +02:00
lwip debug: split debug enable checks from LWIP_DEBUGF to LWIP_DEBUG_ENABLED 2020-01-10 20:50:25 +01:00
netif ppp: don't link debug functions if disable 2020-01-10 21:42:45 +01:00