Skip to content

Conversation

ttmut
Copy link
Contributor

@ttmut ttmut commented Oct 8, 2025

Fixes incorrect usage of n instead of _num as the instance identifier in several lines of the driver initialization macros. This mismatch caused build errors when multiple I2C instances were enabled, due to redefinition of the same variable.

Fixes incorrect usage of n instead of _num as the instance identifier
in several lines of the driver initialization macros. This mismatch
caused build errors when multiple I2C instances were enabled, due to
redefinition of the same variable.

Signed-off-by: Tahsin Mutlugun <[email protected]>
Copy link

sonarqubecloud bot commented Oct 8, 2025

@MaureenHelm MaureenHelm added this to the v4.3.0 milestone Oct 9, 2025
@cfriedt cfriedt merged commit 6b45182 into zephyrproject-rtos:main Oct 10, 2025
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: I2C platform: ADI Analog Devices, Inc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants