From 8ab10598731740fe9264351108aaf4aa9121074f Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Sun, 14 Oct 2012 13:41:04 +0000 Subject: [PATCH] Fixed compiling warning. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2349 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/drivers/include/drivers/usb_device.h | 1 - 1 file changed, 1 deletion(-) diff --git a/components/drivers/include/drivers/usb_device.h b/components/drivers/include/drivers/usb_device.h index 8a2be2f634..8213c072de 100644 --- a/components/drivers/include/drivers/usb_device.h +++ b/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;