mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-23 21:03:57 +01:00
made it a bit cleaner
This commit is contained in:
parent
801f1be6b2
commit
007761a027
@ -108,6 +108,7 @@ namespace rfspace {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case RFSPACE_DEV_ID_NET_SDR:
|
case RFSPACE_DEV_ID_NET_SDR:
|
||||||
|
case RFSPACE_DEV_ID_SDR_IP:
|
||||||
default:
|
default:
|
||||||
for (int n = 80000000 / (4 * 25); n >= 32000; n /= 2) {
|
for (int n = 80000000 / (4 * 25); n >= 32000; n /= 2) {
|
||||||
sr.push_back(n);
|
sr.push_back(n);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user