diff options
Diffstat (limited to 'gnuradio-examples')
-rw-r--r-- | gnuradio-examples/waveforms/dial-tone.wfd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-examples/waveforms/dial-tone.wfd b/gnuradio-examples/waveforms/dial-tone.wfd index ced3df572..5ab60075a 100644 --- a/gnuradio-examples/waveforms/dial-tone.wfd +++ b/gnuradio-examples/waveforms/dial-tone.wfd @@ -30,8 +30,8 @@ (ampl 0.1)) (blocks - (src0 (gr:sig-source-f sample-rate (gr:GR-SIN-WAVE) 350 ampl)) - (src1 (gr:sig-source-f sample-rate (gr:GR-SIN-WAVE) 440 ampl)) + (src0 (gr:sig-source-f sample-rate gr:GR-SIN-WAVE 350 ampl)) + (src1 (gr:sig-source-f sample-rate gr:GR-SIN-WAVE 440 ampl)) (sink (gr:audio-alsa-sink sample-rate "plughw:0,0")) ) |