trx_toolkit/ctrl_if_trx.py: fix undefined variable 'trx'

Change-Id: I5c06fa5183b4d04cbc0c68327a062b320477344c
This commit is contained in:
Vadim Yanitskiy 2021-05-03 01:52:13 +02:00
parent b988408166
commit eac05ae644
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ class CTRLInterfaceTRX(CTRLInterface):
self.trx.enable_fh(hsn, maio, ma)
return 0
except:
log.error("(%s) Failed to configure frequency hopping" % trx)
log.error("(%s) Failed to configure frequency hopping" % self.trx)
return -1
# TRXD header version negotiation