pppos_client: udated example code to use esp-netif in PPP configuration

This commit is contained in:
David Cermak
2019-11-11 16:38:43 +01:00
committed by bot
parent 52ca3a917d
commit 25913af2cc
10 changed files with 838 additions and 204 deletions

View File

@@ -24,7 +24,7 @@ extern "C" {
err_t ethernetif_init(struct netif *netif);
void ethernetif_input(void *h, void *buffer, size_t len, void *eb);
void ethernetif_input(void *netif, void *buffer, size_t len, void *eb);
void netif_reg_addr_change_cb(void* cb);