sdio: change Adma2Desc32 alignment from 1 to 4

this should not break anything.
tcp-recv-fnmut
Astro 2020-06-09 23:35:57 +02:00 committed by Gitea
parent a1a211334f
commit b942cdcbc8
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ use super::SDIO;
use libcortex_a9::cache;
use libregister::RegisterR;
#[repr(C, packed)]
#[repr(C, align(4))]
#[derive(Clone, Copy)]
pub struct Adma2Desc32 {
attribute: u16,