mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: certain
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4f43035df7
commit
5dfb79c189
1 changed files with 1 additions and 1 deletions
|
@ -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!!");
|
||||||
|
|
Loading…
Add table
Reference in a new issue