atmel-samd: Align SCSI responses.

This commit is contained in:
Scott Shawcroft 2017-11-08 10:47:22 -08:00
parent b4fc464a4d
commit 7a901cfccd

View File

@ -63,10 +63,10 @@ static fs_user_mount_t* get_vfs(int lun) {
/* Inquiry Information */ /* Inquiry Information */
// This is designed to handle the common case where we have an internal file // This is designed to handle the common case where we have an internal file
// system and an optional SD card. // system and an optional SD card.
static uint8_t inquiry_info[2][36]; COMPILER_ALIGNED(4) static uint8_t inquiry_info[2][36];
/* Capacities of Disk */ /* Capacities of Disk */
static uint8_t format_capa[2][8]; COMPILER_ALIGNED(4) static uint8_t format_capa[2][8];
/** /**
* \brief Eject Disk * \brief Eject Disk