mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -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_PDDS;
|
||||||
temp |= PWR_CR_LPDS;
|
temp |= PWR_CR_LPDS;
|
||||||
#if STM32F412xG
|
#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;
|
temp |= PWR_CR_LPLVDS;
|
||||||
#endif
|
#endif
|
||||||
PWR->CR = temp;
|
PWR->CR = temp;
|
||||||
|
|
Loading…
Add table
Reference in a new issue