mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Fix union to struct - thanks, Mike
This commit is contained in:
parent
328b42b673
commit
3b132d1546
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ static float setpointDeltaImpl[XYZ_AXIS_COUNT];
|
||||||
static float setpointDelta[XYZ_AXIS_COUNT];
|
static float setpointDelta[XYZ_AXIS_COUNT];
|
||||||
static uint8_t holdCount[XYZ_AXIS_COUNT];
|
static uint8_t holdCount[XYZ_AXIS_COUNT];
|
||||||
|
|
||||||
typedef struct laggedMovingAverageCombined_u {
|
typedef struct laggedMovingAverageCombined_s {
|
||||||
laggedMovingAverage_t filter;
|
laggedMovingAverage_t filter;
|
||||||
float buf[4];
|
float buf[4];
|
||||||
} laggedMovingAverageCombined_t;
|
} laggedMovingAverageCombined_t;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue