Decimal transmission delay.
authorFlorian Pose <fp@igh-essen.com>
Thu, 30 Apr 2009 15:56:53 +0000
changeset 1429 07969876120f
parent 1428 a737e8885437
child 1430 97ab86a9b1d7
Decimal transmission delay.
tool/CommandSlaves.cpp
--- a/tool/CommandSlaves.cpp	Thu Apr 30 14:44:37 2009 +0000
+++ b/tool/CommandSlaves.cpp	Thu Apr 30 15:56:53 2009 +0000
@@ -263,7 +263,7 @@
                 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;
         }