mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
3d on a mode switch
This commit is contained in:
parent
4e325d9290
commit
d1a197f99e
8 changed files with 33 additions and 14 deletions
|
@ -106,7 +106,6 @@ enum {
|
|||
int16_t magHold;
|
||||
#endif
|
||||
|
||||
static bool reverseMotors = false;
|
||||
static bool flipOverAfterCrashMode = false;
|
||||
|
||||
static uint32_t disarmAt; // Time of automatic disarm when "Don't spin the motors when armed" is enabled and auto_disarm_delay is nonzero
|
||||
|
@ -728,10 +727,6 @@ void taskMainPidLoop(timeUs_t currentTimeUs)
|
|||
}
|
||||
}
|
||||
|
||||
bool isMotorsReversed(void)
|
||||
{
|
||||
return reverseMotors;
|
||||
}
|
||||
|
||||
bool isFlipOverAfterCrashMode(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue