diff options
| author | hathach <[email protected]> | 2018-03-23 14:15:35 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-23 14:15:35 +0700 |
| commit | e8b0500d403e71da5898cdce01708e0f8111813c (patch) | |
| tree | 00398807f5412ae27c9464dd69a6da2a9f077aad /tinyusb/device | |
| parent | 3e5e1f70bfc320b1940a2ab0771b1dd23e6744f3 (diff) | |
MSC tested with nrf52840
Diffstat (limited to 'tinyusb/device')
| -rw-r--r-- | tinyusb/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/usbd.c b/tinyusb/device/usbd.c index 759977cf2..14ec47e6a 100644 --- a/tinyusb/device/usbd.c +++ b/tinyusb/device/usbd.c @@ -53,7 +53,7 @@ // MACRO CONSTANT TYPEDEF
//--------------------------------------------------------------------+
usbd_device_info_t usbd_devices[CONTROLLER_DEVICE_NUMBER];
-TUSB_CFG_ATTR_USBRAM uint8_t usbd_enum_buffer[TUSB_CFG_DEVICE_ENUM_BUFFER_SIZE];
+TUSB_CFG_ATTR_USBRAM ATTR_USB_MIN_ALIGNMENT uint8_t usbd_enum_buffer[TUSB_CFG_DEVICE_ENUM_BUFFER_SIZE];
static usbd_class_driver_t const usbd_class_drivers[] =
{
|
