mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-24 18:08:27 +01:00
more android bullshit
This commit is contained in:
parent
82fd3732a9
commit
5b47f900a6
@ -12,6 +12,7 @@
|
||||
#include <dsp/multirate/rational_resampler.h>
|
||||
#include <dsp/filter/deephasis.h>
|
||||
#include <core.h>
|
||||
#include <stdint.h>
|
||||
#include <utils/optionlist.h>
|
||||
#include "radio_interface.h"
|
||||
#include "demod.h"
|
||||
@ -332,7 +333,7 @@ private:
|
||||
config.conf[name]["selectedDemodId"] = id;
|
||||
config.release(true);
|
||||
auto endTime = std::chrono::high_resolution_clock::now();
|
||||
flog::warn("Demod switch took {0} us", (std::chrono::duration_cast<std::chrono::microseconds>(endTime - startTime)).count());
|
||||
flog::warn("Demod switch took {0} us", (int64_t)((std::chrono::duration_cast<std::chrono::microseconds>(endTime - startTime)).count()));
|
||||
}
|
||||
|
||||
void selectDemod(demod::Demodulator* demod) {
|
||||
|
Loading…
Reference in New Issue
Block a user