mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12686 from jeromecoutant/PR_REVERT_ETHERNET
STM32 EMAC : remove TIMEOUT issue when cable is not plugged yetpull/12696/head
commit
fff23428de
|
@ -320,7 +320,7 @@ bool STM32_EMAC::low_level_init_successful()
|
||||||
|
|
||||||
if (HAL_ETH_Init(&EthHandle) != HAL_OK) {
|
if (HAL_ETH_Init(&EthHandle) != HAL_OK) {
|
||||||
tr_error("HAL_ETH_Init issue");
|
tr_error("HAL_ETH_Init issue");
|
||||||
return false;
|
/* HAL_ETH_Init returns TIMEOUT when Ethernet cable is not plugged */;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t TempRegisterValue;
|
uint32_t TempRegisterValue;
|
||||||
|
|
Loading…
Reference in New Issue