mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 18:32:44 +01:00
boards/acd52832: add missing I2C speed to config
This commit is contained in:
parent
f16272506c
commit
2a05e5177d
@ -104,7 +104,8 @@ static const i2c_conf_t i2c_config[] = {
|
|||||||
{
|
{
|
||||||
.dev = NRF_TWIM1,
|
.dev = NRF_TWIM1,
|
||||||
.scl = 28,
|
.scl = 28,
|
||||||
.sda = 29
|
.sda = 29,
|
||||||
|
.speed = I2C_SPEED_NORMAL
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user