spelling: certain

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:56:16 -05:00
parent 4f43035df7
commit 5dfb79c189

View file

@ -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 // 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 // NOTE: If you did not configure with `--nowatchdog`, the HW watchdog will reboot you in ~8s
void command_enter_stop(void) { void command_enter_stop(void) {
dbgserial_putstr("Entering stop mode indefinitely ... reboot your board to get out!!"); dbgserial_putstr("Entering stop mode indefinitely ... reboot your board to get out!!");