Skip to content

Commit

Permalink
Replay: integrate simpler Log_Write_EKF
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Aug 23, 2017
1 parent 813a8c8 commit cd8661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Replay/Replay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ void Replay::set_signal_handlers(void)
void Replay::write_ekf_logs(void)
{
if (!LogReader::in_list("EKF", nottypes)) {
_vehicle.dataflash.Log_Write_EKF(_vehicle.ahrs,false);
_vehicle.dataflash.Log_Write_EKF(_vehicle.ahrs);
}
if (!LogReader::in_list("AHRS2", nottypes)) {
_vehicle.dataflash.Log_Write_AHRS2(_vehicle.ahrs);
Expand Down

0 comments on commit cd8661c

Please sign in to comment.