Skip to content

Commit d624350

Browse files
committed
stm32/mboot: Fix irq handler name.
Signed-off-by: Damien George <[email protected]>
1 parent 6796470 commit d624350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm32/mboot/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ void SysTick_Handler(void) {
17571757

17581758
#if defined(MBOOT_I2C_SCL)
17591759
void I2Cx_EV_IRQHandler(void) {
1760-
i2c_slave_ev_irq_handler(MBOOT_I2Cx);
1760+
i2c_slave_irq_handler(MBOOT_I2Cx);
17611761
}
17621762
#endif
17631763

0 commit comments

Comments
 (0)