Fix baseband thread init order bug for all procs. (#1293)

This commit is contained in:
Kyle Reed 2023-07-22 23:54:17 -07:00 committed by GitHub
parent 828eb67a52
commit 7bd370b5bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 226 additions and 174 deletions

View file

@ -38,6 +38,7 @@ ReplayProcessor::ReplayProcessor() {
channel_spectrum.set_decimation_factor(1);
configured = false;
baseband_thread.start();
}
void ReplayProcessor::execute(const buffer_c8_t& buffer) {