lwip/contrib/examples
Freddie Chopin b2d1fc119d PPP, PPPoS: Use const void* instead of u8_t* in pppos_output_cb_fn()
There is no good reason why this function should take a non-const
pointer, as the output callback should never modify what lwIP gives it.
While changing that also switch to a more generic `void*` instead of
"byte".
2020-10-20 05:38:03 +02:00
..
ethernetif Import lwIP contrib rep 2018-10-02 12:19:13 +02:00
example_app PPP, PPPoS: Use const void* instead of u8_t* in pppos_output_cb_fn() 2020-10-20 05:38:03 +02:00
httpd Fix typos using codespell 2020-02-15 21:45:41 +01:00
lwiperf fix missing standard includes 2018-10-23 07:46:13 +02:00
mdns mdns: update probe conflict function to provide service in conflict 2019-12-11 20:11:13 +01:00
mqtt Fix initialization of mqtt example IP 2018-11-07 21:04:53 +01:00
ppp PPP, PPPoS: Use const void* instead of u8_t* in pppos_output_cb_fn() 2020-10-20 05:38:03 +02:00
snmp Fix unused variable in snmp_example.c when SNMP is disabled 2018-11-07 21:09:30 +01:00
sntp fix missing standard includes 2018-10-23 07:46:13 +02:00
tftp tftp: added example for tftp client 2018-10-17 21:39:37 +02:00