lwip/contrib/examples/example_app
Erik Ekman c748395bda PPP: Change data argument in sio_write to const
To fix the build after ppp_output_cb started taking it as const in
commit b2d1fc119d.

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);
                             ^
2020-12-03 09:47:00 +01:00
..
test_configs Remove iteropts test errors again, still not working 2019-02-02 23:17:39 +01:00
default_netif.h Whitespace cleanup in contrib dir 2018-10-22 20:53:58 +02:00
lwipcfg.h.example tftp: added example for tftp client 2018-10-17 21:39:37 +02:00
lwipcfg.h.travis Fix iteropts test 2018-10-18 21:59:36 +02:00
lwipopts.h PPP: disable VJ support by default 2020-10-17 01:19:35 +02:00
lwippools.h Whitespace cleanup in contrib dir 2018-10-22 20:53:58 +02:00
ppp_settings.h Import lwIP contrib rep 2018-10-02 12:19:13 +02:00
test.c PPP: Change data argument in sio_write to const 2020-12-03 09:47:00 +01:00