Skip to content

Commit

Permalink
AP_AHRS: remove stale comment
Browse files Browse the repository at this point in the history
not associated with relevant state; the relevant state names make things clearer than this comment does
  • Loading branch information
peterbarker committed Dec 29, 2024
1 parent f62f1cd commit a5e9d2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/AP_AHRS/AP_AHRS.h
Original file line number Diff line number Diff line change
Expand Up @@ -767,9 +767,6 @@ class AP_AHRS {
void update_EKF3(void);
#endif

// rotation from vehicle body to NED frame


const uint16_t startup_delay_ms = 1000;
uint32_t start_time_ms;
uint8_t _ekf_flags; // bitmask from Flags enumeration
Expand Down

0 comments on commit a5e9d2c

Please sign in to comment.