summaryrefslogtreecommitdiff
path: root/chip/it83xx/dac.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/dac.c')
-rw-r--r--chip/it83xx/dac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/it83xx/dac.c b/chip/it83xx/dac.c
index bcb7d25024..9057376082 100644
--- a/chip/it83xx/dac.c
+++ b/chip/it83xx/dac.c
@@ -44,7 +44,7 @@ static void dac_init(void)
}
DECLARE_HOOK(HOOK_INIT, dac_init, HOOK_PRIO_INIT_DAC);
-static int command_dac(int argc, char **argv)
+static int command_dac(int argc, const char **argv)
{
char *e;
int ch, mv, rv;