From dccc82491cbaa6229c64f8978a97b2103fbe0b9e Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 7 Jan 2020 16:21:12 +0100 Subject: lms: Drop unused define Change-Id: Iaf3361ed29dd552e5e52b62bc738fa20c6b583fe --- Transceiver52M/device/lms/LMSDevice.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Transceiver52M/device/lms/LMSDevice.cpp b/Transceiver52M/device/lms/LMSDevice.cpp index 4a687e1..b8893fb 100644 --- a/Transceiver52M/device/lms/LMSDevice.cpp +++ b/Transceiver52M/device/lms/LMSDevice.cpp @@ -39,7 +39,6 @@ extern "C" { using namespace std; #define MAX_ANTENNA_LIST_SIZE 10 -#define LMS_SAMPLE_RATE GSMRATE*32 #define GSM_CARRIER_BW 270000.0 /* 270kHz */ #define LMS_MIN_BW_SUPPORTED 2.5e6 /* 2.5mHz, minimum supported by LMS */ #define LMS_CALIBRATE_BW_HZ OSMO_MAX(GSM_CARRIER_BW, LMS_MIN_BW_SUPPORTED) -- cgit v1.2.3