소스 검색

Fixed compiling warning.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2349 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong@gmail.com 13 년 전
부모
커밋
8ab1059873
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      components/drivers/include/drivers/usb_device.h

+ 0 - 1
components/drivers/include/drivers/usb_device.h

@@ -47,7 +47,6 @@ struct udcd
 };
 typedef struct udcd* udcd_t;
 
-ALIGN(4)
 struct uendpoint
 {
     rt_list_t list;