aboutsummaryrefslogtreecommitdiffstats
path: root/python/transmitter
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2017-09-27 22:14:32 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2017-09-27 22:14:32 +0200
commit2c7aa9fa5fc9feca4216ffd44880c4f0e64532c6 (patch)
tree963456d21033ed292bf0d4cba26c3abda7aeb022 /python/transmitter
parent79b3897f2821d8f920f607f0638c069b2ec4bed3 (diff)
Little change just to check test result
Diffstat (limited to 'python/transmitter')
-rw-r--r--python/transmitter/txtime_bursts_tagger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/transmitter/txtime_bursts_tagger.py b/python/transmitter/txtime_bursts_tagger.py
index c990fed..f587f43 100644
--- a/python/transmitter/txtime_bursts_tagger.py
+++ b/python/transmitter/txtime_bursts_tagger.py
@@ -55,7 +55,7 @@ class txtime_bursts_tagger(gr.basic_block):
self.fn_ref = pmt.car(fn_time)
self.time_ref = pmt.cdr(fn_time)
self.time_hint = self.time_ref
-
+
def process_txtime_of_burst(self, msg):
burst_with_header = pmt.to_python(pmt.cdr(msg))
fn = burst_with_header[11]+burst_with_header[10]*2**8+burst_with_header[9]*2**16+burst_with_header[8]*2**24