mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
pba-d-01-kw2x: Update I2C ISR config
This commit is contained in:
parent
127b0134b2
commit
238b4dda2f
@ -271,6 +271,7 @@ static const i2c_conf_t i2c_config[] = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
#define I2C_NUMOF (sizeof(i2c_config) / sizeof(i2c_config[0]))
|
#define I2C_NUMOF (sizeof(i2c_config) / sizeof(i2c_config[0]))
|
||||||
|
#define I2C_0_ISR (isr_i2c1)
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
Reference in New Issue
Block a user