From ca49a3e621379646477072522df6c2791b80f3a4 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 19 Jan 2019 12:16:17 +0700 Subject: apps/grgsm_trx: add RadioInterface driver selection argument Change-Id: Ic11f878c176bad16b057f25725ab0cfecc01782f --- python/trx/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'python/trx') diff --git a/python/trx/__init__.py b/python/trx/__init__.py index 17ff9d7..c8bddbe 100644 --- a/python/trx/__init__.py +++ b/python/trx/__init__.py @@ -23,9 +23,7 @@ This is a set of helper classes for the grgsm_trx application. from udp_link import UDPLink from ctrl_if import CTRLInterface from ctrl_if_bb import CTRLInterfaceBB -from radio_if_grc import RadioInterfaceGRC from radio_if import RadioInterface -from radio_if import RadioInterfaceUHD from transceiver import Transceiver from dict_toggle_sign import dict_toggle_sign -- cgit v1.2.3