From 7ab42f115ea8d6e3417fe5a596f5f17fe156e206 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Tue, 9 May 2023 12:10:38 +0200 Subject: [PATCH] nucleo-h743zi/stm32_bringup: cosmetics --- boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c index c29ef796e5..e283674d44 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c @@ -33,11 +33,11 @@ #include #ifdef CONFIG_USBMONITOR -#include +# include #endif #ifdef CONFIG_STM32H7_OTGFS -#include "stm32_usbhost.h" +# include "stm32_usbhost.h" #endif #include "nucleo-h743zi.h"