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
..
2020-02-15 21:45:53 +01:00
2016-08-03 20:21:54 +02:00
2020-02-15 21:45:53 +01:00
2020-02-15 21:45:53 +01:00