Remove 'packed' attribute from all regs structs
This commit is contained in:
parent
22d35ed5f2
commit
da48a6b0df
7 changed files with 7 additions and 7 deletions
|
@ -67,7 +67,7 @@ struct SPI_REGS {
|
|||
uint32_t volatile EXT1; // 0xf4
|
||||
uint32_t volatile EXT2; // 0xf8
|
||||
uint32_t volatile EXT3; // 0xfc
|
||||
} __attribute__ (( packed ));
|
||||
};
|
||||
|
||||
_Static_assert(sizeof(struct SPI_REGS) == 0x100, "SPI_REGS is the wrong size");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue