removed moved code
This commit is contained in:
@ -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****/
|
||||
|
Reference in New Issue
Block a user