Re: Bug in arch/arm/stm32h7/src/stm32_ethernet.c

2020-10-26 Thread Alan Carvalho de Assis
Hi Frank-Christian, I just submitted a PR to fix the issue you reported: https://github.com/apache/incubator-nuttx/pull/2120 Please let me know if it works for you. BR, Alan On 10/26/20, Frank-Christian Kruegel wrote: > Hello World(); > > When using the CONFIG_STM32H7_PHYINIT option I get an

Bug in arch/arm/stm32h7/src/stm32_ethernet.c

2020-10-26 Thread Frank-Christian Kruegel
Hello World(); When using the CONFIG_STM32H7_PHYINIT option I get an compile error saying that ret ist undefined. Fix: --- nuttx-org/arch/arm/src/stm32h7/stm32_ethernet.c    2020-10-26 12:09:41.855853749 +0100 +++ nuttx/arch/arm/src/stm32h7/stm32_ethernet.c    2020-10-26 12:12:50.923943167