summaryrefslogtreecommitdiff
path: root/chip/npcx/peci.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/peci.c')
-rw-r--r--chip/npcx/peci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/peci.c b/chip/npcx/peci.c
index 7b198a81f9..cdcab6c5b9 100644
--- a/chip/npcx/peci.c
+++ b/chip/npcx/peci.c
@@ -276,7 +276,7 @@ DECLARE_IRQ(NPCX_IRQ_PECI, peci_done_interrupt, 4);
/*****************************************************************************/
/* Console commands */
-static int command_peci_temp(int argc, char **argv)
+static int command_peci_temp(int argc, const char **argv)
{
int t = peci_get_cpu_temp();
if (t == -1) {