aboutsummaryrefslogtreecommitdiffstats
path: root/edi
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-29 15:23:20 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-29 15:23:20 +0100
commita08a79d6028b546ff6bdccf72ffef3b2202457fa (patch)
tree38790808a724a99174f8663e244fa14241ac503b /edi
parent5156e4571af8b221f226c214a52a42df8a43cc0a (diff)
downloadmmbtools-aux-a08a79d6028b546ff6bdccf72ffef3b2202457fa.tar.gz
mmbtools-aux-a08a79d6028b546ff6bdccf72ffef3b2202457fa.tar.bz2
mmbtools-aux-a08a79d6028b546ff6bdccf72ffef3b2202457fa.zip
edidebug: clarify TSTA print
Diffstat (limited to 'edi')
-rwxr-xr-xedi/edidebug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/edi/edidebug.py b/edi/edidebug.py
index 76e2843..d753d6e 100755
--- a/edi/edidebug.py
+++ b/edi/edidebug.py
@@ -569,7 +569,7 @@ def decode_deti(item):
if atstf:
p.pr("UTCOffset = {}".format(utco))
p.pr("Seconds = {}".format(seconds))
- p.pr("TSTA = {}".format(tsta))
+ p.pr("TSTA = {} ms".format(tsta / 16384.0))
len_fic = len(tag_value) - 2 - 4