arch/stm32h7: Fix nxstyle errors
arch/arm/src/stm32h7/stm32_pmstop.c: * Fix nxstyle issues.
This commit is contained in:
parent
4c82459851
commit
f30097d0ab
@ -117,7 +117,9 @@ void stm32_pmstop(bool lpds)
|
||||
asm volatile ("wfi");
|
||||
#endif
|
||||
|
||||
/* Clear deep sleep bits, so that MCU does not go into deep sleep in idle. */
|
||||
/* Clear deep sleep bits, so that MCU does not go into deep sleep in
|
||||
* idle.
|
||||
*/
|
||||
|
||||
/* Clear SLEEPDEEP bit of Cortex System Control Register */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user