aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/python/uhd/usrp/cal/tone_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/python/uhd/usrp/cal/tone_gen.py b/host/python/uhd/usrp/cal/tone_gen.py
index 3234e5bf1..9e7407cc4 100644
--- a/host/python/uhd/usrp/cal/tone_gen.py
+++ b/host/python/uhd/usrp/cal/tone_gen.py
@@ -66,7 +66,7 @@ class ToneGenerator(WaveformGenerator):
"""
Class that can output a tone based on WaveformGenerator
"""
- def __init__(rate, freq, ampl, streamer=None):
+ def __init__(self, rate, freq, ampl, streamer=None):
super().__init__(
uhd.dsp.signals.get_continuous_tone(rate, freq, ampl),
streamer)