mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +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");
|
asm volatile ("wfi");
|
||||||
#endif
|
#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 */
|
/* Clear SLEEPDEEP bit of Cortex System Control Register */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user