소스 검색

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