mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00

To fix the build after ppp_output_cb started taking it as const in commit b2d1fc119d50f0f9a9f2edb784577f9ad6585fbe. Fixes this failure: ../contrib/examples/ppp/pppos_example.c: In function ‘ppp_output_cb’: ../contrib/examples/ppp/pppos_example.c:163:29: error: cast discards ‘const’ qualifier from pointer target type [-Werror=cast-qual] return sio_write(ppp_sio, (u8_t*)data, len); ^