mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Log disarm reason.
This commit is contained in:
parent
6433aaa688
commit
2fead0aedf
16 changed files with 60 additions and 23 deletions
|
@ -620,7 +620,7 @@ void handleInflightCalibrationStickPosition(void) {}
|
|||
bool featureIsEnabled(uint32_t) { return false;}
|
||||
bool sensors(uint32_t) { return false;}
|
||||
void tryArm(void) {}
|
||||
void disarm(void) {}
|
||||
void disarm(flightLogDisarmReason_e) {}
|
||||
void dashboardDisablePageCycling() {}
|
||||
void dashboardEnablePageCycling() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue