1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 17:55:30 +03:00

add suggestions from recent reviews

This commit is contained in:
ctzsnooze 2024-11-09 19:34:20 +11:00
parent b07c781461
commit f988599f77
14 changed files with 33 additions and 29 deletions

View file

@ -68,7 +68,7 @@ typedef struct rollAndPitchTrims_s {
} rollAndPitchTrims_t_def;
typedef union rollAndPitchTrims_u {
int16_t raw[2];
int16_t raw[RP_AXIS_COUNT];
rollAndPitchTrims_t_def values;
} rollAndPitchTrims_t;