浏览代码

remove unwanted include

Dmitry Filimonchuk 6 年之前
父节点
当前提交
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 <stdbool.h>
-#include <string.h>
 #include "stm32.h"
 #include "usb.h"
 
@@ -483,4 +482,4 @@ uint16_t get_serialno_desc(void *buffer) {
     get_serialno_desc,
 };
 
-#endif //USBD_STM32L476
+#endif //USBD_STM32F429FS