lms: Drop unusued variable masterClockRate

Change-Id: I19192925d008046f474615a0476b52ddee9a9d78
This commit is contained in:
Pau Espin Pedrol
2019-06-04 16:30:50 +02:00
committed by laforge
parent 63e872a701
commit 4c50bf435b
2 changed files with 0 additions and 5 deletions

View File

@@ -36,8 +36,6 @@ extern "C" {
using namespace std;
constexpr double LMSDevice::masterClockRate;
#define MAX_ANTENNA_LIST_SIZE 10
#define LMS_SAMPLE_RATE GSMRATE*32
#define GSM_CARRIER_BW 270000.0 /* 270kHz */

View File

@@ -42,9 +42,6 @@
class LMSDevice:public RadioDevice {
private:
static constexpr double masterClockRate = 52.0e6;
lms_device_t *m_lms_dev;
std::vector<lms_stream_t> m_lms_stream_rx;
std::vector<lms_stream_t> m_lms_stream_tx;