mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-07 03:48:39 -05:00
LimeSDR: return true when NCO disabling is successful
This commit is contained in:
parent
9f4eeda7c9
commit
2d072e1dd9
@ -65,6 +65,11 @@ bool DeviceLimeSDR::setNCOFrequency(lms_device_t *device, bool dir_tx, std::size
|
||||
fprintf(stderr, "DeviceLimeSDR::setNCOFrequency: cannot disable NCO\n");
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(stderr, "DeviceLimeSDR::setNCOFrequency: NCO disabled\n");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user