Merge pull request #96 from kpreid/patch-1

Remove unneeded parameter from rx_path.get_threshold.
This commit is contained in:
bistromath 2016-11-16 19:03:20 -08:00 committed by GitHub
commit 719d52b6dd

View File

@ -83,6 +83,6 @@ class rx_path(gr.hier_block2):
def get_pmf(self, pmf):
return not (self._bb == self._demod)
def get_threshold(self, threshold):
def get_threshold(self):
return self._sync.get_threshold()