1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/calliope-mini: adapt i2c config

This commit is contained in:
Alexandre Abadie 2018-07-02 17:29:01 +02:00 committed by dylad
parent 70d9495b6f
commit 12e282d527

View File

@ -96,7 +96,8 @@ static const i2c_conf_t i2c_config[] = {
.dev = NRF_TWI0,
.pin_scl = 19,
.pin_sda = 20,
.ppi = 0
.ppi = 0,
.speed = I2C_SPEED_NORMAL,
}
};