Dmitry Filimonchuk 6 лет назад
Родитель
Сommit
4fb12b8851
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/usbd_stm32f429_otgfs.c

+ 1 - 2
src/usbd_stm32f429_otgfs.c

@@ -15,7 +15,6 @@
 
 
 #include <stdint.h>
 #include <stdint.h>
 #include <stdbool.h>
 #include <stdbool.h>
-#include <string.h>
 #include "stm32.h"
 #include "stm32.h"
 #include "usb.h"
 #include "usb.h"
 
 
@@ -483,4 +482,4 @@ uint16_t get_serialno_desc(void *buffer) {
     get_serialno_desc,
     get_serialno_desc,
 };
 };
 
 
-#endif //USBD_STM32L476
+#endif //USBD_STM32F429FS