Skip to content

Commit

Permalink
Merge pull request #564 from arduino/snu-fix-inaccessible-field
Browse files Browse the repository at this point in the history
Fixing inaccessible individual header version member
  • Loading branch information
aentinger authored Oct 2, 2020
2 parents d81df81 + 45726bb commit 9f92bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/SNU/extras/NiNaBoot/NiNaBoot.ino
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ int main() {

union HeaderVersion
{
typedef struct __attribute__((packed))
struct __attribute__((packed))
{
uint32_t header_version : 6;
uint32_t compression : 1;
Expand Down

0 comments on commit 9f92bee

Please sign in to comment.