Skip to content

Commit 9f92bee

Browse files
authored
Merge pull request #564 from arduino/snu-fix-inaccessible-field
Fixing inaccessible individual header version member
2 parents d81df81 + 45726bb commit 9f92bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SNU/extras/NiNaBoot/NiNaBoot.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ int main() {
156156

157157
union HeaderVersion
158158
{
159-
typedef struct __attribute__((packed))
159+
struct __attribute__((packed))
160160
{
161161
uint32_t header_version : 6;
162162
uint32_t compression : 1;

0 commit comments

Comments
 (0)