mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 12:51:49 -05:00
LimeSDR input: correct compile errors
This commit is contained in:
parent
a07403d942
commit
183b957f10
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <cmath>
|
||||||
#include "devicelimesdr.h"
|
#include "devicelimesdr.h"
|
||||||
|
|
||||||
bool DeviceLimeSDR::setNCOFrequency(lms_device_t *device, bool dir_tx, std::size_t chan, bool enable, float frequency)
|
bool DeviceLimeSDR::setNCOFrequency(lms_device_t *device, bool dir_tx, std::size_t chan, bool enable, float frequency)
|
||||||
|
@ -279,7 +279,6 @@ bool LimeSDRInput::start()
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_limeSDRInputThread->setLog2Decimation(m_settings.m_log2SoftDecim);
|
m_limeSDRInputThread->setLog2Decimation(m_settings.m_log2SoftDecim);
|
||||||
m_limeSDRInputThread->setFcPos((int) m_settings.m_fcPos);
|
|
||||||
|
|
||||||
m_limeSDRInputThread->startWork();
|
m_limeSDRInputThread->startWork();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user