This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Radio block for interfacing with various radio hardware".
The branch, soapy_support has been updated
via 860e9a1a727688a0b7d2040ed4afdc0669331160 (commit)
from e3b6560b0423efbaecb743e7edf6cbb28a1ee3c7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/gr-osmosdr/commit/?id=860e9a1a727688a0b7d2040ed4afd…
commit 860e9a1a727688a0b7d2040ed4afdc0669331160
Author: Josh Blum <josh(a)joshknows.com>
Date: Tue Jun 7 13:52:52 2016 -0700
soapy: provide default gain range step
The soapysdr range type does not provide a step size,
however apps like the osmocom siggen use this size for a slider,
and a value of zero will cause a divide by zero error.
Although many ranges are not actually linear,
the idea to provide some default step to avoid crashes.
A future addition to the API may include providing a step.
-----------------------------------------------------------------------
Summary of changes:
lib/soapy/soapy_sink_c.cc | 4 ++--
lib/soapy/soapy_source_c.cc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
GNU Radio block for interfacing with various radio hardware