summaryrefslogtreecommitdiff
path: root/tinyusb/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-22 16:46:14 +0700
committerhathach <[email protected]>2018-03-22 16:46:14 +0700
commit974e3865e8b9d2ca3a98df5b55a7373010d781e4 (patch)
tree41d42de22ba4043f2c4177dce446256f47d9b41a /tinyusb/device
parente2739bb785352e299b6df2fd18c316209f4a86da (diff)
msc clean up
Diffstat (limited to 'tinyusb/device')
-rw-r--r--tinyusb/device/usbd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h
index fe40533e1..326e74806 100644
--- a/tinyusb/device/usbd.h
+++ b/tinyusb/device/usbd.h
@@ -56,12 +56,6 @@
//--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF
//--------------------------------------------------------------------+
-// LPC11uxx and LPC13uxx requires each buffer has to be 64-byte alignment
-#if TUSB_CFG_MCU == MCU_LPC11UXX || TUSB_CFG_MCU == MCU_LPC13UXX
- #define ATTR_USB_MIN_ALIGNMENT ATTR_ALIGNED(64)
-#else
- #define ATTR_USB_MIN_ALIGNMENT
-#endif
/// \brief Descriptor pointer collector to all the needed.
typedef struct {