mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Revert "LimeSDR: change antenna labels for Lime Mini"
This reverts commit aefb1b7f3f.
This commit is contained in:
@@ -51,7 +51,6 @@ MESSAGE_CLASS_DEFINITION(LimeSDRInput::MsgStartStop, Message)
|
||||
|
||||
LimeSDRInput::LimeSDRInput(DeviceSourceAPI *deviceAPI) :
|
||||
m_deviceAPI(deviceAPI),
|
||||
m_limeType(DeviceLimeSDRParams::LimeUndefined),
|
||||
m_settings(),
|
||||
m_limeSDRInputThread(0),
|
||||
m_deviceDescription("LimeSDRInput"),
|
||||
@@ -61,11 +60,6 @@ LimeSDRInput::LimeSDRInput(DeviceSourceAPI *deviceAPI) :
|
||||
m_streamId.handle = 0;
|
||||
suspendRxBuddies();
|
||||
suspendTxBuddies();
|
||||
|
||||
if (openDevice()) {
|
||||
m_limeType = m_deviceShared.m_deviceParams->m_type;
|
||||
}
|
||||
|
||||
openDevice();
|
||||
resumeTxBuddies();
|
||||
resumeRxBuddies();
|
||||
|
||||
Reference in New Issue
Block a user