summaryrefslogtreecommitdiff
path: root/board/spring/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/spring/board.h')
-rw-r--r--board/spring/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/spring/board.h b/board/spring/board.h
index 82d86d6034..f2c27605b2 100644
--- a/board/spring/board.h
+++ b/board/spring/board.h
@@ -52,9 +52,9 @@ enum module_id {
#define KB_OUT_PORT_LIST GPIO_B, GPIO_C
/* Charging */
-#define I2C_PORT_HOST 0
-#define I2C_PORT_BATTERY I2C_PORT_HOST
-#define I2C_PORT_CHARGER I2C_PORT_HOST
+#define I2C_PORT_MASTER 0
+#define I2C_PORT_BATTERY I2C_PORT_MASTER
+#define I2C_PORT_CHARGER I2C_PORT_MASTER
#define I2C_PORT_SLAVE 1
/* Low battery threshold. In mAh. */