diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-02-17 20:39:40 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-02-17 20:39:40 -0500 |
commit | 664df025e2c984d80abe9be4a7f16c8b63e65a0f (patch) | |
tree | c761d39c0f0d999d50aaab263eed4c8975ff2701 | |
parent | c53476e745c5f5cce564f253250a4963a275feb5 (diff) |
ctrlport: fixing typo in gr_throttle RPC export.
-rw-r--r-- | gnuradio-core/src/lib/general/gr_throttle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/general/gr_throttle.cc b/gnuradio-core/src/lib/general/gr_throttle.cc index 1915c686ce..d293e1c540 100644 --- a/gnuradio-core/src/lib/general/gr_throttle.cc +++ b/gnuradio-core/src/lib/general/gr_throttle.cc @@ -94,7 +94,7 @@ private: rpcbasic_sptr(new rpcbasic_register_set<gr_throttle_impl, double>( alias(), "sample_rate", &gr_throttle_impl::set_sample_rate, pmt::mp(0.0), pmt::mp(100.0e6), pmt::mp(0.0), - "Hz", "Sample Rate", RPC_PRIVLVL_MIN, DISPSTRIPCHARTFF))); + "Hz", "Sample Rate", RPC_PRIVLVL_MIN, DISPSTRIPCHARTF))); #endif } }; |