Commit ee944efd authored by jordan moore's avatar jordan moore Committed by Raphael Defosseux

Update lms_lib.cpp

parent ff2e2cbc
...@@ -193,7 +193,7 @@ int trx_lms_start(openair0_device *device){ ...@@ -193,7 +193,7 @@ int trx_lms_start(openair0_device *device){
LMS_EnableChannel(lms_device,LMS_CH_RX,1,true); LMS_EnableChannel(lms_device,LMS_CH_RX,1,true);
LMS_EnableChannel(lms_device,LMS_CH_TX,1,true); LMS_EnableChannel(lms_device,LMS_CH_TX,1,true);
} */ } */
LMS_VCTCXOWrite(lms_device,129, true); LMS_VCTCXOWrite(lms_device, 129);
if (LMS_SetSampleRate(lms_device,device->openair0_cfg->sample_rate,2)!=0) if (LMS_SetSampleRate(lms_device,device->openair0_cfg->sample_rate,2)!=0)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment