mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 22:45:23 +00:00
Speed improvements
This commit is contained in:
parent
5e00b2a7f8
commit
6bc6b1d202
18 changed files with 130 additions and 108 deletions
|
|
@ -149,7 +149,7 @@ void SA::Setup(Protocol::SpectrumAnalyzerSettings settings) {
|
|||
StartNextSample();
|
||||
}
|
||||
|
||||
bool SA::MeasurementDone(FPGA::SamplingResult result) {
|
||||
bool SA::MeasurementDone(const FPGA::SamplingResult &result) {
|
||||
if(!active) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue