Hello,

I found a bit surprising to find  this & in the following line of init.c file:
Line 187:
#if PPP_SUPPORT && !PPPOS_SUPPORT & !PPPOE_SUPPORT

Why not having a "&&" instead:
#if PPP_SUPPORT && !PPPOS_SUPPORT && !PPPOE_SUPPORT

This is a proposal...

/Eric

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to