mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-11-02 04:53:25 +00:00
Host: Change the reference clock to 30.72MHz.
This commit is contained in:
@@ -104,7 +104,7 @@ static zero_copy_if::sptr make_xport(
|
||||
* Structors
|
||||
**********************************************************************/
|
||||
umtrx_impl::umtrx_impl(const device_addr_t &_device_addr)
|
||||
: _mcr(26e6/2) // sample rate = ref_clk / 2
|
||||
: _mcr(30.72e6/2) // sample rate = ref_clk / 2
|
||||
{
|
||||
UHD_MSG(status) << "Opening a UmTRX device..." << std::endl;
|
||||
device_addr_t device_addr = _device_addr;
|
||||
|
||||
Reference in New Issue
Block a user