Fix a couple of struct def issues with 2 previous commits
This commit is contained in:
parent
0b6dfb6080
commit
fdbb361a60
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ struct DPORT_REGS {
|
|||
uint32_t volatile OTP_MAC2; // 0x5c
|
||||
} __attribute__ (( packed ));
|
||||
|
||||
_Static_assert(sizeof(struct DPORT_REGS) == 0x5c, "DPORT_REGS is the wrong size");
|
||||
_Static_assert(sizeof(struct DPORT_REGS) == 0x60, "DPORT_REGS is the wrong size");
|
||||
|
||||
/* Details for DPORT0 register */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue