codebje opened a new pull request #2911: URL: https://github.com/apache/incubator-nuttx/pull/2911
## Summary One DP83825I register constant was an inadvertent redefinition of an earlier constant, and the DP83848C EDCR register address was wrong. This PR updates the MII_DP83848C_EDCR register to the right address and fixes labels on two DP83825I registers. ## Impact The header now doesn't cause an error due to redefinition with `-Werror` enabled. No uses are made of any of the affected registers. ## Testing - Validated against data sheets for the two PHY. - Compiled with `-Werror`. - Read the EDCR on a DP83848C. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org