Remove unneeded parameter from rx_path.get_threshold.

This commit is contained in:
Kevin Reid 2016-11-16 16:32:40 -08:00 committed by GitHub
parent fd277e7fb0
commit f96b83cb48

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()