mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
make itermRelax an uint8_t
This commit is contained in:
parent
6239b8258a
commit
5bdc2ead61
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ static FAST_RAM_ZERO_INIT pt1Filter_t dtermLowpass2[2];
|
|||
static FAST_RAM_ZERO_INIT filterApplyFnPtr ptermYawLowpassApplyFn;
|
||||
static FAST_RAM_ZERO_INIT pt1Filter_t ptermYawLowpass;
|
||||
static FAST_RAM_ZERO_INIT pt1Filter_t windupLpf[3][2];
|
||||
static FAST_RAM_ZERO_INIT bool itermRelax;
|
||||
static FAST_RAM_ZERO_INIT uint8_t itermRelax;
|
||||
static FAST_RAM_ZERO_INIT uint8_t itermRelaxCutoffLow;
|
||||
static FAST_RAM_ZERO_INIT uint8_t itermRelaxCutoffHigh;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue