From 5dfb79c189c1471a7e44b74f4cec9b615b3e9768 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:56:16 -0500 Subject: [PATCH] spelling: certain Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/console/prompt_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/console/prompt_commands.c b/src/fw/console/prompt_commands.c index 25000781..af51d621 100644 --- a/src/fw/console/prompt_commands.c +++ b/src/fw/console/prompt_commands.c @@ -918,7 +918,7 @@ void command_audit_delay_us(void) { } // Simply parks the chip permanently in stop mode in whatever state it's currently in. This can be -// pretty handy when trying to profile power of the chip under certains states +// pretty handy when trying to profile power of the chip under certain states // NOTE: If you did not configure with `--nowatchdog`, the HW watchdog will reboot you in ~8s void command_enter_stop(void) { dbgserial_putstr("Entering stop mode indefinitely ... reboot your board to get out!!");