lwip/contrib
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
..
addons Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
apps Fix-more-typos-using-codespell 2020-02-15 21:45:53 +01:00
Coverity Import lwIP contrib rep 2018-10-02 12:19:13 +02:00
examples PPP, PPPoS: Use const void* instead of u8_t* in pppos_output_cb_fn() 2020-10-20 05:38:03 +02:00
ports Remove extra newlines in LWIP_ASSERT messages 2020-07-01 20:52:12 +02:00
Filelists.cmake add https example 2019-08-06 22:17:55 +02:00
Filelists.mk add https example 2019-08-06 22:17:55 +02:00