We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d64e55 + 488c9db commit fff2342Copy full SHA for fff2342
features/netsocket/emac-drivers/TARGET_STM/stm32xx_emac.cpp
@@ -320,7 +320,7 @@ bool STM32_EMAC::low_level_init_successful()
320
321
if (HAL_ETH_Init(&EthHandle) != HAL_OK) {
322
tr_error("HAL_ETH_Init issue");
323
- return false;
+ /* HAL_ETH_Init returns TIMEOUT when Ethernet cable is not plugged */;
324
}
325
326
uint32_t TempRegisterValue;
0 commit comments