mirror of https://github.com/ARMmbed/mbed-os.git
eth arch: missing endif fix
parent
d40c19bc73
commit
ac8f5d1b8c
|
@ -37,6 +37,7 @@ void emac_lwip_disable_interrupts(void);
|
|||
#else /* DEVICE_EMAC */
|
||||
void eth_arch_enable_interrupts(void);
|
||||
void eth_arch_disable_interrupts(void);
|
||||
#endif
|
||||
|
||||
#if DEVICE_EMAC
|
||||
err_t emac_lwip_if_init(struct netif *netif);
|
||||
|
@ -49,4 +50,3 @@ err_t eth_arch_enetif_init(struct netif *netif);
|
|||
#endif
|
||||
|
||||
#endif // #ifndef ETHARCHINTERFACE_H_
|
||||
|
||||
|
|
Loading…
Reference in New Issue