boards/microbit: adapt I2C periph configuration

This commit is contained in:
Alexandre Abadie 2018-07-02 17:05:36 +02:00 committed by dylad
parent 3e6336ce89
commit f8f4cb1273

View File

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