summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/tmp432.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/tmp432.c')
-rw-r--r--driver/temp_sensor/tmp432.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/temp_sensor/tmp432.c b/driver/temp_sensor/tmp432.c
index 54414a2f3e..6afb81b6c6 100644
--- a/driver/temp_sensor/tmp432.c
+++ b/driver/temp_sensor/tmp432.c
@@ -297,11 +297,11 @@ static int print_status(void)
return EC_SUCCESS;
}
-static int command_tmp432(int argc, char **argv)
+static int command_tmp432(int argc, const char **argv)
{
- char *command;
+ const char *command;
char *e;
- char *power;
+ const char *power;
int data;
int offset;
int rv;