Started close call dev

This commit is contained in:
furrtek 2016-05-11 12:45:03 +02:00
parent b4a113be59
commit fb21c1332e
22 changed files with 502 additions and 268 deletions

View file

@ -132,6 +132,7 @@ BasebandProcessor* BasebandThread::create_processor(const int32_t mode) {
case 5: return new TPMSProcessor();
case 6: return new ERTProcessor();
case 7: return new CaptureProcessor();
case 10: return new WidebandSpectrum(); // Close call
default: return nullptr;
}
}