diff --git a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c index c29ef796e51..e283674d441 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"