summaryrefslogtreecommitdiff
path: root/board/grunt/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/grunt/board.c')
-rw-r--r--board/grunt/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/grunt/board.c b/board/grunt/board.c
index e522751ea1..5f6ac0084b 100644
--- a/board/grunt/board.c
+++ b/board/grunt/board.c
@@ -204,7 +204,7 @@ struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_COUNT] = {
}
};
-const struct ppc_config_t ppc_chips[] = {
+struct ppc_config_t ppc_chips[] = {
{
.i2c_port = I2C_PORT_TCPC0,
.i2c_addr = SN5S330_ADDR0,
@@ -216,7 +216,7 @@ const struct ppc_config_t ppc_chips[] = {
.drv = &sn5s330_drv
},
};
-const unsigned int ppc_cnt = ARRAY_SIZE(ppc_chips);
+unsigned int ppc_cnt = ARRAY_SIZE(ppc_chips);
/* BC 1.2 chip Configuration */
const struct bq24392_config_t bq24392_config[CONFIG_USB_PD_PORT_COUNT] = {