Skip to content

Commit

Permalink
Fix GH build.
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz committed Jul 27, 2024
1 parent cc27c5c commit 4f603d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/datastructs_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ PACK(struct MixData {
uint16_t carryTrim:1;
uint16_t mixWarn:2; // mixer warning
uint16_t mltpx:2 ENUM(MixerMultiplex);
uint32_t delayPrec:1;
uint16_t delayPrec:1;
uint16_t speedPrec:1;
uint16_t flightModes:9 CUST(r_flightModes, w_flightModes);
uint16_t spare:1 SKIP;
Expand Down

0 comments on commit 4f603d2

Please sign in to comment.