konstaty opened a new pull request, #16810: URL: https://github.com/apache/nuttx/pull/16810
This patch sets the correct interrupt vector number for each I2C controller. ## Summary The patch fixes a trivial copy&paste error. Before, each I2C controller had an interrupt vector number set to the I2C1 vector number, while each of them must have a dedicated one. ## Impact STM32 F0/L0/G0/C0 MCU I2C controllers will generate interrupts properly. ## Testing Verified with the I2C2 controller on a custom board. -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org