Fix frequency setting bug in Radio API
authorManuel Bachmann <manuel.bachmann@iot.bzh>
Sun, 20 Dec 2015 22:00:56 +0000 (23:00 +0100)
committerManuel Bachmann <manuel.bachmann@iot.bzh>
Sun, 20 Dec 2015 22:00:56 +0000 (23:00 +0100)
commit0d170147150b90678225b55548215d09d8273e6d
tree8f29a1fd6cdc1e594b88398af4f0c70f9a3a9010
parent61354a55ac2abd9e83e1f869cdb735654d6eb74a
Fix frequency setting bug in Radio API

Passing floats between functions seems to cause problems...
not sure why ; anyway, fix this by using a double variable.

Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
plugins/radio/radio-api.c
plugins/radio/radio-rtlsdr.c