5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-09 09:28:31 -04:00

AP_NavEKF2: minor comment fix

This commit is contained in:
Randy Mackay 2020-10-28 11:31:56 +09:00
parent 20c4f1950b
commit fccc1fcb72

View File

@ -491,7 +491,7 @@ private:
uint64_t imuSampleTime_us;
struct {
uint32_t last_function_call; // last time getLastYawYawResetAngle was called
uint32_t last_function_call; // last time getLastYawResetAngle was called
bool core_changed; // true when a core change happened and hasn't been consumed, false otherwise
uint32_t last_primary_change; // last time a primary has changed
float core_delta; // the amount of yaw change between cores when a change happened