Skip to content

Commit 45726bb

Browse files
committed
Fixing inaccessible individual header version member - does not change SNU binary
1 parent d81df81 commit 45726bb

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)