clean ATTR_USB_MIN_ALIGNMENT on application and most of device except the msc_device.c

This commit is contained in:
hathach
2014-03-21 19:23:19 +07:00
parent b349121c09
commit 7c5b386130
14 changed files with 96 additions and 129 deletions

View File

@@ -69,7 +69,7 @@ typedef struct {
endpoint_handle_t edpt_in, edpt_out;
}mscd_interface_t;
ATTR_USB_MIN_ALIGNMENT TUSB_CFG_ATTR_USBRAM STATIC_VAR mscd_interface_t mscd_data;
TUSB_CFG_ATTR_USBRAM STATIC_VAR mscd_interface_t mscd_data;
//--------------------------------------------------------------------+
// INTERNAL OBJECT & FUNCTION DECLARATION
//--------------------------------------------------------------------+