From 45726bb3527c51ac9a56279e673bd2a2bc83c133 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Fri, 2 Oct 2020 09:03:57 +0200 Subject: [PATCH] Fixing inaccessible individual header version member - does not change SNU binary --- libraries/SNU/extras/NiNaBoot/NiNaBoot.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SNU/extras/NiNaBoot/NiNaBoot.ino b/libraries/SNU/extras/NiNaBoot/NiNaBoot.ino index bf34f1cc5..b966d815d 100644 --- a/libraries/SNU/extras/NiNaBoot/NiNaBoot.ino +++ b/libraries/SNU/extras/NiNaBoot/NiNaBoot.ino @@ -156,7 +156,7 @@ int main() { union HeaderVersion { - typedef struct __attribute__((packed)) + struct __attribute__((packed)) { uint32_t header_version : 6; uint32_t compression : 1;