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>
This commit is contained in:
Steve Markgraf 2012-04-12 02:04:38 +02:00
parent 3ddcdbd8b8
commit 1f8491ed13
1 changed files with 1 additions and 0 deletions

View File

@ -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)