Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/usbd_stm32f446_otgfs.c')
-rw-r--r--src/usbd_stm32f446_otgfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usbd_stm32f446_otgfs.c b/src/usbd_stm32f446_otgfs.c
index 32a78e4..ea1d586 100644
--- a/src/usbd_stm32f446_otgfs.c
+++ b/src/usbd_stm32f446_otgfs.c
@@ -15,7 +15,7 @@
#include <stdint.h>
#include <stdbool.h>
-#include "stm32.h"
+#include "stm32_compat.h"
#include "usb.h"
#if defined(USBD_STM32F446FS)