summaryrefslogtreecommitdiff
path: root/zephyr/shim/core/cortex-m/irq_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/core/cortex-m/irq_command.c')
-rw-r--r--zephyr/shim/core/cortex-m/irq_command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/shim/core/cortex-m/irq_command.c b/zephyr/shim/core/cortex-m/irq_command.c
index 911aeae946..1cf1a213e4 100644
--- a/zephyr/shim/core/cortex-m/irq_command.c
+++ b/zephyr/shim/core/cortex-m/irq_command.c
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -21,7 +21,7 @@ void sys_trace_isr_enter_user(int nested_interrupts)
irq_count[irq]++;
}
-static int command_irq(int argc, char **argv)
+static int command_irq(int argc, const char **argv)
{
ARG_UNUSED(argc);
ARG_UNUSED(argv);