mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Merge pull request #9315 from hydra/bf-log-disarm-reason
Log disarm reason.
This commit is contained in:
commit
69a3a4ac08
16 changed files with 60 additions and 23 deletions
|
@ -79,7 +79,7 @@ extern "C" {
|
|||
float getRcDeflection(int axis) { return simulatedRcDeflection[axis]; }
|
||||
void beeperConfirmationBeeps(uint8_t) { }
|
||||
bool isLaunchControlActive(void) {return unitLaunchControlActive; }
|
||||
void disarm(void) { }
|
||||
void disarm(flightLogDisarmReason_e) { }
|
||||
float applyFFLimit(int axis, float value, float Kp, float currentPidSetpoint) {
|
||||
UNUSED(axis);
|
||||
UNUSED(Kp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue