mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 13:49:06 +00:00
arch/stm32h7: Fix nxstyle errors
arch/arm/src/stm32h7/stm32_pwr.c:
* Fix nxstyle issues.
This commit is contained in:
parent
f30097d0ab
commit
2cfbfa8213
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ void stm32_pwr_configurewkup(uint32_t pin, bool en, bool rising, uint32_t pull)
|
|||
regval |= STM32_PWR_WKUPP(pin);
|
||||
}
|
||||
|
||||
/* Set to the no pull-up state by default*/
|
||||
/* Set to the no pull-up state by default */
|
||||
|
||||
regval &= ~ (STM32_PWR_WKUPPUPD_MASK << STM32_PWR_WKUPPUPD_SHIFT(pin));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue