mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
FT8 demod: more code linting
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
#include <cstdio>
|
||||
|
||||
#include "mainbench.h"
|
||||
#include "dsp/wavfilerecord.h"
|
||||
@@ -29,7 +34,7 @@ void MainBench::testFT4(const QString& wavFile, const QString& argsStr)
|
||||
{
|
||||
(void) wavFile;
|
||||
(void) argsStr;
|
||||
qWarning("MainBench::testFT8: this version has no FT8 support");
|
||||
qWarning("MainBench::testFT4: this version has no FT8/FT4 support");
|
||||
}
|
||||
#else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user