1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:52:44 +01:00

boards/acd52832: add missing I2C speed to config

This commit is contained in:
smlng 2018-07-13 11:17:19 +02:00 committed by dylad
parent f16272506c
commit 2a05e5177d

View File

@ -104,7 +104,8 @@ static const i2c_conf_t i2c_config[] = {
{
.dev = NRF_TWIM1,
.scl = 28,
.sda = 29
.sda = 29,
.speed = I2C_SPEED_NORMAL
}
};