mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Fix redundant debug (#13711)
This commit is contained in:
parent
648e68d315
commit
352350f8d0
1 changed files with 1 additions and 1 deletions
|
@ -300,10 +300,10 @@ void pidUpdateTpaFactor(float throttle)
|
|||
#ifdef USE_WING
|
||||
if (isFixedWing()) {
|
||||
tpaFactor = pt2FilterApply(&pidRuntime.tpaLpf, tpaFactor);
|
||||
DEBUG_SET(DEBUG_TPA, 1, lrintf(tpaFactor * 1000));
|
||||
}
|
||||
#endif
|
||||
|
||||
DEBUG_SET(DEBUG_TPA, 1, lrintf(tpaFactor * 1000));
|
||||
pidRuntime.tpaFactor = tpaFactor;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue