mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
GPS Rescue Bugfix, add a failsafe debug, refactor stick deflection (#12195)
* simple failsafe debug * simplify areSticksActive use getRcDeflectionAbs and fix unitTest * bugfix to require stick input to re-take control * small refactor
This commit is contained in:
parent
e5c53597a3
commit
4454286165
7 changed files with 30 additions and 30 deletions
|
@ -1150,5 +1150,5 @@ extern "C" {
|
|||
UNUSED(pitchLpf);
|
||||
return 0.0f;
|
||||
}
|
||||
|
||||
void getRcDeflectionAbs(void) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue