summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2020-02-14 15:58:26 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2020-02-21 04:54:48 +0700
commit0d10c959c551da9727be19298dd65d6c148813fa (patch)
tree8084d2ee50771a28d6540fb9aa5943a93801c40c
parent9136484157eeddc04fa0ec63e041087a01c02aca (diff)
layer23/transceiver: remove copy-pasted entry from trx_handlers[]
-rw-r--r--src/host/layer23/src/transceiver/trx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/host/layer23/src/transceiver/trx.c b/src/host/layer23/src/transceiver/trx.c
index 3f519289..1f7ba3de 100644
--- a/src/host/layer23/src/transceiver/trx.c
+++ b/src/host/layer23/src/transceiver/trx.c
@@ -446,7 +446,6 @@ static const struct trx_cmd_handler trx_handlers[] = {
{ "SETRXGAIN", _trx_ctrl_cmd_setrxgain },
{ "SETMAXDLY", _trx_ctrl_cmd_setmaxdly },
{ "SETSLOT", _trx_ctrl_cmd_setslot },
- { "SETSLOT", _trx_ctrl_cmd_setslot },
{ "RXTUNE", _trx_ctrl_cmd_rxtune },
{ "TXTUNE", _trx_ctrl_cmd_txtune },
{ "HANDOVER", _trx_ctrl_cmd_handover },