From f30097d0ab38bee1264d11ae0c783056a57d3af3 Mon Sep 17 00:00:00 2001 From: Nathan Hartman <59230071+hartmannathan@users.noreply.github.com> Date: Wed, 6 Jan 2021 17:22:05 -0500 Subject: [PATCH] arch/stm32h7: Fix nxstyle errors arch/arm/src/stm32h7/stm32_pmstop.c: * Fix nxstyle issues. --- arch/arm/src/stm32h7/stm32_pmstop.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/src/stm32h7/stm32_pmstop.c b/arch/arm/src/stm32h7/stm32_pmstop.c index e26aae9bf3..e492e98e17 100644 --- a/arch/arm/src/stm32h7/stm32_pmstop.c +++ b/arch/arm/src/stm32h7/stm32_pmstop.c @@ -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 */