removed moved code

This commit is contained in:
2021-07-16 13:22:45 +02:00
parent c548d3b507
commit d5a342a509
3 changed files with 0 additions and 12 deletions

View File

@ -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****/