fixes to the rtl-tcp source

This commit is contained in:
Ryzerth
2020-12-23 19:23:47 +01:00
parent abcf484506
commit 1aedf92bcd
6 changed files with 98 additions and 6 deletions

View File

@ -5,4 +5,5 @@
void windowInit();
void drawWindow();
void setViewBandwidthSlider(float bandwidth);
void setViewBandwidthSlider(float bandwidth);
bool sdrIsRunning();