Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: eth: esp32: fix build to enable statistics #75516

Merged

Conversation

sylvioalves
Copy link
Collaborator

When CONFIG_NET_STATISTICS=y is enabled, build fails due to wrong interface pointer.

Fixes #75515

When CONFIG_NET_STATISTICS=y is enabled, build fails
due to wrong interface pointer.

Fixes zephyrproject-rtos#75515

Signed-off-by: Sylvio Alves <[email protected]>
@sylvioalves sylvioalves added bug The issue is a bug, or the PR is fixing a bug platform: ESP32 Espressif ESP32 labels Jul 5, 2024
@sylvioalves sylvioalves added this to the v3.7.0 milestone Jul 5, 2024
@sylvioalves sylvioalves self-assigned this Jul 5, 2024
@sylvioalves sylvioalves requested review from LucasTambor and nashif and removed request for LucasTambor July 5, 2024 12:57
@nashif nashif added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Jul 8, 2024
@nashif nashif merged commit 5196bdf into zephyrproject-rtos:main Jul 8, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Ethernet bug The issue is a bug, or the PR is fixing a bug platform: ESP32 Espressif ESP32 Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ethernet: esp32: build failing when STATISTICS is enabled
8 participants