mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-24 11:12:27 -04:00
Fixed some warnings
This commit is contained in:
parent
2d852c4495
commit
8e76700618
@ -74,7 +74,7 @@ const std::array<float, 150> M17Demodulator::rrc_taps = std::array<float, 150>{
|
|||||||
|
|
||||||
void M17Demodulator::update_values(uint8_t index)
|
void M17Demodulator::update_values(uint8_t index)
|
||||||
{
|
{
|
||||||
correlator.apply([this,index](float t){dev.sample(t);}, index);
|
correlator.apply([this](float t){dev.sample(t);}, index);
|
||||||
dev.update();
|
dev.update();
|
||||||
sync_sample_index = index;
|
sync_sample_index = index;
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include "dsp/spectrumcalibrationpoint.h"
|
#include "dsp/spectrumcalibrationpoint.h"
|
||||||
#include "export.h"
|
#include "export.h"
|
||||||
|
|
||||||
class SpectrumHistogramMarker;
|
struct SpectrumHistogramMarker;
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class SpectrumCalibrationPointsDialog;
|
class SpectrumCalibrationPointsDialog;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user