Decimal transmission delay.
This commit is contained in:
parent
31df37dad7
commit
50847e1150
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue