mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-13 19:34:00 -04:00
AP_AHRS: remove stale comment
not associated with relevant state; the relevant state names make things clearer than this comment does
This commit is contained in:
parent
8afc5000d8
commit
88754798eb
@ -767,9 +767,6 @@ private:
|
|||||||
void update_EKF3(void);
|
void update_EKF3(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// rotation from vehicle body to NED frame
|
|
||||||
|
|
||||||
|
|
||||||
const uint16_t startup_delay_ms = 1000;
|
const uint16_t startup_delay_ms = 1000;
|
||||||
uint32_t start_time_ms;
|
uint32_t start_time_ms;
|
||||||
uint8_t _ekf_flags; // bitmask from Flags enumeration
|
uint8_t _ekf_flags; // bitmask from Flags enumeration
|
||||||
|
Loading…
Reference in New Issue
Block a user