mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Unified warning activation conditions.
This commit is contained in:
parent
99eab92200
commit
286f21150c
6 changed files with 17 additions and 8 deletions
|
@ -1055,9 +1055,8 @@ extern "C" {
|
|||
|
||||
uint16_t getCoreTemperatureCelsius(void) { return simulationCoreTemperature; }
|
||||
|
||||
bool isFlipOverAfterCrashMode(void) {
|
||||
return false;
|
||||
}
|
||||
bool isFlipOverAfterCrashMode(void) { return false; }
|
||||
bool isFlipOverAfterCrashWarningActive(void) { return false; }
|
||||
|
||||
float pidItermAccelerator(void) { return 1.0; }
|
||||
uint8_t getMotorCount(void){ return 4; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue