mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
frdm-k64f: Update I2C ISR config
This commit is contained in:
parent
c2583dd225
commit
ecb44c477c
@ -242,6 +242,8 @@ static const i2c_conf_t i2c_config[] = {
|
||||
},
|
||||
};
|
||||
#define I2C_NUMOF (sizeof(i2c_config) / sizeof(i2c_config[0]))
|
||||
#define I2C_0_ISR (isr_i2c0)
|
||||
#define I2C_1_ISR (isr_i2c1)
|
||||
/** @} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user