mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -05:00
FT8 support: fixed typo
This commit is contained in:
parent
6838958c6b
commit
e8be1f6744
@ -27,7 +27,7 @@
|
|||||||
void MainBench::testFT8(const QString& wavFile, const QString& argsStr)
|
void MainBench::testFT8(const QString& wavFile, const QString& argsStr)
|
||||||
{
|
{
|
||||||
(void) wavFile;
|
(void) wavFile;
|
||||||
(void) argStr;
|
(void) argsStr;
|
||||||
qWarning("MainBench::testFT8: this version has no FT8 support");
|
qWarning("MainBench::testFT8: this version has no FT8 support");
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user