diff options
Diffstat (limited to 'util/comm-i2c.c')
-rw-r--r-- | util/comm-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/comm-i2c.c b/util/comm-i2c.c index b305823198..a6fc8691dd 100644 --- a/util/comm-i2c.c +++ b/util/comm-i2c.c @@ -206,7 +206,7 @@ int comm_init_i2c(void) free(file_path); - ec_command = ec_command_i2c; + ec_command_proto = ec_command_i2c; ec_max_outsize = ec_max_insize = EC_PROTO2_MAX_PARAM_SIZE; return 0; |