Remove unneeded parameter from rx_path.get_threshold.
This commit is contained in:
parent
fd277e7fb0
commit
f96b83cb48
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user