Update ethernetif.h

_ETHER_NETIF_DRV_H_ -> _ETHERNETIF_H_
This commit is contained in:
David Lin
2020-07-13 20:13:37 +08:00
committed by GitHub
parent f31e2d4a6d
commit 6e39ed9f67

View File

@@ -47,8 +47,8 @@
******************************************************************************
*/
#ifndef _ETHER_NETIF_DRV_H_
#define _ETHER_NETIF_DRV_H_
#ifndef _ETHERNETIF_H_
#define _ETHERNETIF_H_
#include "lwip/err.h"
#include "lwip/netif.h"
@@ -66,5 +66,5 @@ int ethernetif_drv_register(ethernetif_drv_t *api);
err_t ethernetif_init(struct netif *netif);
void ethernetif_input(void *arg);
#endif
#endif //_ETHERNETIF_H_