Fix a couple of struct def issues with 2 previous commits

This commit is contained in:
Alex Stewart 2015-08-21 14:06:38 -07:00
parent 0b6dfb6080
commit fdbb361a60
2 changed files with 2 additions and 2 deletions

View file

@ -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 */