1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-20 06:38:36 -04:00

Plugins device enumeration optimization: factorization of common code for Rx/Tx devices

This commit is contained in:
f4exb
2019-09-17 19:54:13 +02:00
parent e9bbf0b266
commit ee3313dc82
34 changed files with 341 additions and 550 deletions
-1
View File
@@ -122,4 +122,3 @@ void DeviceLimeSDRParams::getHardwareType(const char *device_str)
m_type = LimeUndefined;
}
}