removed moved code
This commit is contained in:
parent
c548d3b507
commit
d5a342a509
@ -63,8 +63,6 @@
|
||||
void ethernet_link_status_updated(struct netif *netif);
|
||||
void ethernet_link_periodic_handle(struct netif *netif);
|
||||
|
||||
void set_lwip_addresses(ip_addr_t* ipaddr, ip_addr_t* netmask, ip_addr_t* gw);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@ -610,12 +610,4 @@ ETH_HandleTypeDef* getEthernetHandle() {
|
||||
return &EthHandle;
|
||||
}
|
||||
|
||||
void set_eth_cable_connected(bool status) {
|
||||
ethernet_cable_connected = status;
|
||||
}
|
||||
|
||||
bool get_eth_cable_connected() {
|
||||
return ethernet_cable_connected;
|
||||
}
|
||||
|
||||
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|
||||
|
@ -58,8 +58,6 @@ extern "C" {
|
||||
#define ETH_RX_BUFFER_SIZE (1536UL)
|
||||
|
||||
/* Exported types ------------------------------------------------------------*/
|
||||
void set_eth_cable_connected(bool status);
|
||||
bool get_eth_cable_connected();
|
||||
|
||||
ETH_HandleTypeDef* getEthernetHandle();
|
||||
err_t ethernetif_init(struct netif *netif);
|
||||
|
Loading…
Reference in New Issue
Block a user