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
|
@ -27,7 +27,7 @@ struct WDT_REGS {
|
|||
uint32_t volatile REG2; // 0x08
|
||||
uint32_t volatile _unused[2]; // 0x0c - 0x10
|
||||
uint32_t volatile FEED; // 0x14
|
||||
} __attribute__ (( packed ));
|
||||
};
|
||||
|
||||
_Static_assert(sizeof(struct WDT_REGS) == 0x18, "WDT_REGS is the wrong size");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue