mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
Airspy HF: added missing files to the libairspyhf built in libary cmake file
This commit is contained in:
@@ -139,5 +139,4 @@ void FileRecord::readHeader(std::ifstream& sampleFile, Header& header)
|
||||
if ((header.sampleSize != 16) && (header.sampleSize != 24)) { // assume 16 bits if garbage (old I/Q file)
|
||||
header.sampleSize = 16;
|
||||
}
|
||||
qDebug("FileRecord::readHeader: sampleSize: %u", header.sampleSize);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user