Skip to content
Snippets Groups Projects
Commit 6b9434d5 authored by Florian Pose's avatar Florian Pose
Browse files

Decimal transmission delay.

parent fe809bf6
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ void CommandSlaves::showSlaves(
cout << "yes, delay measurement only" << endl;
}
cout << " DC system time transmission delay: "
<< si->transmission_delay << " ns" << endl;
<< dec << si->transmission_delay << " ns" << endl;
} else {
cout << "no" << endl;
}
......
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