summaryrefslogtreecommitdiff
path: root/board/kano/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kano/i2c.c')
-rw-r--r--board/kano/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kano/i2c.c b/board/kano/i2c.c
index bb55b13d0c..e779e119e3 100644
--- a/board/kano/i2c.c
+++ b/board/kano/i2c.c
@@ -13,7 +13,7 @@ const struct i2c_port_t i2c_ports[] = {
{
/* I2C0 */
.name = "sensor",
- .port = I2C_PORT_SENSOR,
+ .port = I2C_PORT_ACCEL,
.kbps = 400,
.scl = GPIO_EC_I2C_SENSOR_SCL,
.sda = GPIO_EC_I2C_SENSOR_SDA,