summaryrefslogtreecommitdiff
path: root/tinyusb/class/msc_device.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-21 19:23:19 +0700
committerhathach <[email protected]>2014-03-21 19:23:19 +0700
commit7c5b3861303e3cf0210a40bf8a0a511583700fd0 (patch)
treeec903bb701cb1dc43a81ea89834c13a14dd3626e /tinyusb/class/msc_device.c
parentb349121c09c99dd65b35b785fa34d8884f6867f4 (diff)
clean ATTR_USB_MIN_ALIGNMENT on application and most of device except the msc_device.c
Diffstat (limited to 'tinyusb/class/msc_device.c')
-rw-r--r--tinyusb/class/msc_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/msc_device.c b/tinyusb/class/msc_device.c
index d8f64f163..5f66e64b2 100644
--- a/tinyusb/class/msc_device.c
+++ b/tinyusb/class/msc_device.c
@@ -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
//--------------------------------------------------------------------+