We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe7e05 commit 0e6928bCopy full SHA for 0e6928b
1 file changed
ports/atmel-samd/usb_mass_storage.c
@@ -63,10 +63,10 @@ static fs_user_mount_t* get_vfs(int lun) {
63
/* Inquiry Information */
64
// This is designed to handle the common case where we have an internal file
65
// system and an optional SD card.
66
-static uint8_t inquiry_info[2][36];
+COMPILER_ALIGNED(4) static uint8_t inquiry_info[2][36];
67
68
/* Capacities of Disk */
69
-static uint8_t format_capa[2][8];
+COMPILER_ALIGNED(4) static uint8_t format_capa[2][8];
70
71
/**
72
* \brief Eject Disk
0 commit comments