summaryrefslogtreecommitdiff
path: root/chip/stm32/gpio-stm32f100.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/gpio-stm32f100.c')
-rw-r--r--chip/stm32/gpio-stm32f100.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/chip/stm32/gpio-stm32f100.c b/chip/stm32/gpio-stm32f100.c
index b308138e93..55c2b309de 100644
--- a/chip/stm32/gpio-stm32f100.c
+++ b/chip/stm32/gpio-stm32f100.c
@@ -98,7 +98,8 @@ void gpio_set_flags(enum gpio_signal signal, int flags)
* high before it has been configured as such.
*/
if ((flags & GPIO_OUTPUT) && !is_warm_boot)
- /* General purpose, MODE = 01
+ /*
+ * General purpose, MODE = 01
*
* If this is a cold boot, set the level. On a warm reboot,
* leave things where they were or we'll shut off the AP.