forked from sdr/gr-osmosdr
add throttle tag to source block
This prevents a warning by GRC. Thanks to patchvonbraun, who suggested this change. Signed-off-by: Steve Markgraf <steve@steve-m.de>gr3.6
parent
3ddcdbd8b8
commit
1f8491ed13
|
@ -3,6 +3,7 @@
|
|||
<name>OsmoSDR Source</name>
|
||||
<key>osmosdr_source_c</key>
|
||||
<category>OsmoSDR</category>
|
||||
<throttle>1</throttle>
|
||||
<import>import osmosdr</import>
|
||||
<make>osmosdr.source_c($args)
|
||||
self.$(id).set_sample_rate($rate)
|
||||
|
|
Loading…
Reference in New Issue