diff --git a/utils/GPSsmooth/UGear.hxx b/utils/GPSsmooth/UGear.hxx index b25f8e246..0cba24636 100644 --- a/utils/GPSsmooth/UGear.hxx +++ b/utils/GPSsmooth/UGear.hxx @@ -67,6 +67,9 @@ struct health { float volts_raw; /* raw volt reading */ float volts; /* filtered volts */ uint16_t est_seconds; /* estimated useful seconds remaining */ + uint8_t loadavg; /* system "1 minute" load average */ + uint8_t ahrs_hz; /* actual ahrs loop hz */ + uint8_t nav_hz; /* actual nav loop hz */ double time; };