Skip to content

Commit

Permalink
Fixed Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Nov 30, 2023
1 parent 76e6418 commit dd77b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ir.h
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ typedef union _ir_val {
uint16_t u16_hi
);
},
uint32_t u32_hi;
uint32_t u32_hi
);
} ir_val;
#undef ADDR_MEMBER
Expand Down

0 comments on commit dd77b6b

Please sign in to comment.