mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-26 01:33:56 -04:00
AP_NavEKF: source format fix
This commit is contained in:
parent
39be85cef4
commit
dfd1c23cd3
@ -90,8 +90,6 @@ public:
|
||||
// returns false if we fail arming checks, in which case the buffer will be populated with a failure message
|
||||
bool pre_arm_check(char *failure_msg, uint8_t failure_msg_len) const;
|
||||
|
||||
static const struct AP_Param::GroupInfo var_info[];
|
||||
|
||||
// return true if ext nav is enabled on any source
|
||||
bool ext_nav_enabled(void) const;
|
||||
|
||||
@ -101,6 +99,8 @@ public:
|
||||
// return true if wheel encoder is enabled on any source
|
||||
bool wheel_encoder_enabled(void) const;
|
||||
|
||||
static const struct AP_Param::GroupInfo var_info[];
|
||||
|
||||
private:
|
||||
|
||||
// Parameters
|
||||
|
Loading…
Reference in New Issue
Block a user