arch/stm32h7: Fix nxstyle errors

arch/arm/src/stm32h7/stm32_pmstop.c:

    * Fix nxstyle issues.
This commit is contained in:
Nathan Hartman 2021-01-06 17:22:05 -05:00 committed by Abdelatif Guettouche
parent 4c82459851
commit f30097d0ab

View File

@ -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 */