You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add warning when we failed to emit padding at the start of a union
This currently triggers for the atsamd21 for these fields:
```
WARNING: field Some(Ident("pmux1_1")) has different offset 177 than its
union container 176
WARNING: field Some(Ident("pmux1_2")) has different offset 178 than its
union container 176
```
the issue there is that we're missing `derivedFrom` support for
registers, and once implemented, that issue goes away.
0 commit comments