spelling: supports

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:48:00 -05:00
parent a169a706b7
commit f2b037375c

View file

@ -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;