Hopefully a fix for the rfspace SDR-IP

This commit is contained in:
AlexandreRouma 2023-03-08 19:46:14 +01:00
parent 9cc793e328
commit 801f1be6b2

View File

@ -108,12 +108,11 @@ namespace rfspace {
}
break;
case RFSPACE_DEV_ID_NET_SDR:
default:
for (int n = 80000000 / (4 * 25); n >= 32000; n /= 2) {
sr.push_back(n);
}
break;
default:
break;
}
return sr;