Skip to content
Snippets Groups Projects
Commit cd382d88 authored by CarlOlsson's avatar CarlOlsson Committed by Daniel Agar
Browse files

voted_sensors_update: fix typo

parent 7b0e0de4
No related branches found
No related tags found
No related merge requests found
......@@ -703,7 +703,7 @@ void VotedSensorsUpdate::gyro_poll(struct sensor_combined_s &raw)
_last_sensor_data[uorb_index].timestamp = gyro_report.timestamp - 1000;
}
// approximate the delta time using the difference in gyro data time stamps
// approximate the delta time using the difference in gyro data time stamps
_last_sensor_data[uorb_index].gyro_integral_dt =
(gyro_report.timestamp - _last_sensor_data[uorb_index].timestamp);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment