mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: supports
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a169a706b7
commit
f2b037375c
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ void enter_stop_mode(void) {
|
|||
temp &= ~PWR_CR_PDDS;
|
||||
temp |= PWR_CR_LPDS;
|
||||
#if STM32F412xG
|
||||
// STM32F412xG suports a new "low-power regulator low voltage in deep sleep" mode.
|
||||
// STM32F412xG supports a new "low-power regulator low voltage in deep sleep" mode.
|
||||
temp |= PWR_CR_LPLVDS;
|
||||
#endif
|
||||
PWR->CR = temp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue