diff options
Diffstat (limited to 'demos/device/src/mscd_app_romdisk.c')
| -rw-r--r-- | demos/device/src/mscd_app_romdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/device/src/mscd_app_romdisk.c b/demos/device/src/mscd_app_romdisk.c index 6001bb900..a4a22a6bf 100644 --- a/demos/device/src/mscd_app_romdisk.c +++ b/demos/device/src/mscd_app_romdisk.c @@ -91,7 +91,7 @@ const uint8_t mscd_app_rommdisk[DISK_BLOCK_NUM][DISK_BLOCK_SIZE] = [3] = README_CONTENTS
};
-ATTR_USB_MIN_ALIGNMENT TUSB_CFG_ATTR_USBRAM
+TUSB_CFG_ATTR_USBRAM
static uint8_t sector_buffer[DISK_BLOCK_SIZE];
//--------------------------------------------------------------------+
|
