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:
parent
70d9495b6f
commit
12e282d527
@ -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,
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user