Commit 9dbc0d47 authored by Raymond Knopp's avatar Raymond Knopp

transfer fix to other machine

parent 41896be7
......@@ -1090,7 +1090,7 @@ extern "C" {
double usrp_master_clock;
if (device_adds.size>1 && strcmp(device_adds[0].get("type"),device_adds[1].get("type")) != 0) {
if (device_adds.size()>1 && strcmp(device_adds[0].get("type").c_str(),device_adds[1].get("type").c_str()) != 0) {
LOG_E(HW,"Please use the same type of USRP\n");
free(s);
return(-1);
......
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