AP_NavEKF3: minor indenting fix
This commit is contained in:
parent
6daaa06317
commit
9716b09cad
@ -1491,8 +1491,8 @@ private:
|
||||
uint8_t selected_airspeed;
|
||||
|
||||
// source reset handling
|
||||
AP_NavEKF_Source::SourceXY pos_source_last; // position source on previous iteration (used to detect a changes)
|
||||
bool pos_source_reset; // true when the position source has changed but the position has not yet been reset
|
||||
AP_NavEKF_Source::SourceXY pos_source_last; // position source on previous iteration (used to detect a changes)
|
||||
bool pos_source_reset; // true when the position source has changed but the position has not yet been reset
|
||||
AP_NavEKF_Source::SourceYaw yaw_source_last; // yaw source on previous iteration (used to detect a change)
|
||||
bool yaw_source_reset; // true when the yaw source has changed but the yaw has not yet been reset
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user