Merge pull request #9430 from shuffle2/vsupdate

Bump msvc version check and revert a msvc workaround
This commit is contained in:
LC
2021-01-10 01:46:28 -05:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@ -89,8 +89,7 @@ struct OutputReportLeds
u8 rumble : 1;
u8 ack : 1;
// This field must be named to work around a msvc bug.
u8 _padding : 2;
u8 : 2;
u8 leds : 4;
};
static_assert(sizeof(OutputReportLeds) == 1, "Wrong size");