Skip to content
Snippets Groups Projects
Commit 01d37506 authored by Rohit Gupta's avatar Rohit Gupta
Browse files

hotfix for CCE bug

parent 82b0b3ba
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,6 @@ int openair0_device_init(openair0_device *device, openair0_config_t *openair0_cf
return(openair0_dev_init_exmimo(device, openair0_cfg));
#elif OAI_USRP
device->type=USRP_B200_IF;
openair0_dev_init_usrp(device, openair0_cfg);
printf("openair0_dev_init_usrp ...\n");
return(openair0_dev_init_usrp(device, openair0_cfg));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment