removed UHD recv/send_frame_size arguments

This commit is contained in:
Ismael Gomez 2016-11-17 20:09:22 +01:00
parent d4a05eefe4
commit 8b4fa3f8d9
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ int rf_uhd_open(char *args, void **h)
if (args[0]=='\0') {
if (find_string(devices_str, "type=b200") && !strstr(args, "recv_frame_size")) {
// If B200 is available, use it
args = "type=b200,recv_frame_size=9232,send_frame_size=9232";
args = "type=b200";
handler->devname = DEVNAME_B200;
} else if (find_string(devices_str, "type=x300")) {
// Else if X300 is available, set master clock rate now (can't be changed later)