UHDDevice.cpp: add USRP B205mini support

The B205mini is similar to the B200mini and runs OsmoTRX just
fine, so let's make OsmoTRX recogonize and support it too.

Change-Id: Iee575121248ea541f7abc49055e49ec2d30904c0
This commit is contained in:
Piotr Krysik 2017-12-04 00:29:16 +07:00 committed by Vadim Yanitskiy
parent 1468a5c3dc
commit aa60dda99a
1 changed files with 1 additions and 0 deletions

View File

@ -519,6 +519,7 @@ bool uhd_device::parse_dev_type()
{ "B100", { B100, TX_WINDOW_USRP1 } },
{ "B200", { B200, TX_WINDOW_USRP1 } },
{ "B200mini", { B200, TX_WINDOW_USRP1 } },
{ "B205mini", { B200, TX_WINDOW_USRP1 } },
{ "B210", { B210, TX_WINDOW_USRP1 } },
{ "E100", { E1XX, TX_WINDOW_FIXED } },
{ "E110", { E1XX, TX_WINDOW_FIXED } },