nucleo-h743zi/stm32_bringup: cosmetics

This commit is contained in:
raiden00pl 2023-05-09 12:10:38 +02:00 committed by Xiang Xiao
parent 0e334f0ba9
commit 7ab42f115e

View File

@ -33,11 +33,11 @@
#include <nuttx/fs/fs.h>
#ifdef CONFIG_USBMONITOR
#include <nuttx/usb/usbmonitor.h>
# include <nuttx/usb/usbmonitor.h>
#endif
#ifdef CONFIG_STM32H7_OTGFS
#include "stm32_usbhost.h"
# include "stm32_usbhost.h"
#endif
#include "nucleo-h743zi.h"