summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/projects/volteer/src/usbc_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/projects/volteer/src/usbc_config.c b/zephyr/projects/volteer/src/usbc_config.c
index 8a9d6da384..f503a1914d 100644
--- a/zephyr/projects/volteer/src/usbc_config.c
+++ b/zephyr/projects/volteer/src/usbc_config.c
@@ -64,7 +64,7 @@ void board_overcurrent_event(int port, int is_overcurrented)
/******************************************************************************/
/* USBC TCPC configuration */
-const struct tcpc_config_t tcpc_config[] = {
+struct tcpc_config_t tcpc_config[] = {
[USBC_PORT_C0] = {
.bus_type = EC_BUS_TYPE_I2C,
.i2c_info = {