mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AntennaTracker: minor comment and format fix
This commit is contained in:
parent
72053a8a74
commit
7a06ed8a8a
@ -257,7 +257,7 @@ void setup()
|
|||||||
// load the default values of variables listed in var_info[]
|
// load the default values of variables listed in var_info[]
|
||||||
AP_Param::setup_sketch_defaults();
|
AP_Param::setup_sketch_defaults();
|
||||||
|
|
||||||
// arduplane does not use arming nor pre-arm checks
|
// antenna tracker does not use pre-arm checks or battery failsafe
|
||||||
AP_Notify::flags.pre_arm_check = true;
|
AP_Notify::flags.pre_arm_check = true;
|
||||||
AP_Notify::flags.failsafe_battery = false;
|
AP_Notify::flags.failsafe_battery = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user