Oups, wrong name for I2C Handler
authorNathael Pajani <nathael.pajani@ed3l.fr>
Mon, 11 Mar 2013 16:16:49 +0000 (17:16 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
drivers/i2c.c

index 2efe749..441859b 100644 (file)
@@ -79,7 +79,7 @@ static struct i2c_bus mod_i2c;
 /* I2C Interrupt handler */
 /* Actual version will stop on NACKs */
 /* See LPC1764 user's manual UM10360 on page 457 (19.9.5) for details on I2C State machine */
-void I2C_Handler(void)
+void I2C_0_Handler(void)
 {
        uint8_t status;
        struct i2c_bus* i2c = &mod_i2c;