diff options
author | Nick <taclane@users.noreply.github.com> | 2021-12-09 18:23:37 -0500 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-12-10 13:41:54 -0500 |
commit | 49de95131ce82af620d1b301c873e6504fe149c0 (patch) | |
tree | 0fb4b20042d30525b495f04a2433a60c22a70579 /gr-analog | |
parent | e6c82bdb3b80dc374f7f52e9cd9d5affced83419 (diff) |
Update pwr_squelch_cc.h
Signed-off-by: Nick M <taclane@users.noreply.github.com>
Diffstat (limited to 'gr-analog')
-rw-r--r-- | gr-analog/include/gnuradio/analog/pwr_squelch_cc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-analog/include/gnuradio/analog/pwr_squelch_cc.h b/gr-analog/include/gnuradio/analog/pwr_squelch_cc.h index 7307e2399e..ecf3e05514 100644 --- a/gr-analog/include/gnuradio/analog/pwr_squelch_cc.h +++ b/gr-analog/include/gnuradio/analog/pwr_squelch_cc.h @@ -44,7 +44,7 @@ public: * * The block will emit a tag with the key pmt::intern("squelch_sob") * with the value of pmt::PMT_NIL on the first item it passes, and with - * the key pmt::intern("squelch:eob") on the last item it passes. + * the key pmt::intern("squelch_eob") on the last item it passes. */ static sptr make(double db, double alpha = 0.0001, int ramp = 0, bool gate = false); |