diff options
Diffstat (limited to 'tinyusb/device/usbd.h')
| -rw-r--r-- | tinyusb/device/usbd.h | 6 |
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 {
|
