summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/g753.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/g753.c')
-rw-r--r--driver/temp_sensor/g753.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/temp_sensor/g753.c b/driver/temp_sensor/g753.c
index 5dbc47064a..65968cd021 100644
--- a/driver/temp_sensor/g753.c
+++ b/driver/temp_sensor/g753.c
@@ -128,9 +128,9 @@ static int print_status(void)
return EC_SUCCESS;
}
-static int command_g753(int argc, char **argv)
+static int command_g753(int argc, const char **argv)
{
- char *command;
+ const char *command;
char *e;
int data;
int offset;