aboutsummaryrefslogtreecommitdiffstats
path: root/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
diff options
context:
space:
mode:
authorMax <ikj1234i@yahoo.com>2017-10-05 19:13:47 -0400
committerMax <ikj1234i@yahoo.com>2017-10-05 19:13:47 -0400
commit20743ddc60d5213a5fba60241e5a0c12e5a16b78 (patch)
tree8a9ff629ea01f7f09ba49be0cfa7bf52ef254d75 /op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
parenta3f4963deac56125953a4efbc4b26e510f4e0520 (diff)
dstar update
Diffstat (limited to 'op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc')
-rw-r--r--op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc b/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
index 6f37220..024daef 100644
--- a/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
+++ b/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
@@ -152,7 +152,6 @@ dstar_tx_sb_impl::general_work (int noutput_items,
memcpy(out+72, FS, 24);
else
memcpy(out+72, FS_DUMMY, 24);
- d_frame_counter += 1;
d_frame_counter = (d_frame_counter + 1) % 21;
in += 160;
nconsumed += 160;