mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
arch/stm32h7: Fix nxstyle errors
arch/arm/src/stm32h7/stm32_pmstop.c:
* Fix nxstyle issues.
This commit is contained in:
committed by
Abdelatif Guettouche
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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user