From a2e692949ce8c5ccd58da70d4316bdff50096c42 Mon Sep 17 00:00:00 2001 From: Sebastian Denz Date: Wed, 21 Nov 2018 22:13:00 +0100 Subject: [PATCH] fix thd74_set_mem --- kenwood/thd74.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kenwood/thd74.c b/kenwood/thd74.c index 04e695ff2..669c54f60 100644 --- a/kenwood/thd74.c +++ b/kenwood/thd74.c @@ -1066,7 +1066,7 @@ static int thd74_set_mem(RIG *rig, vfo_t vfo, int ch) } sprintf(cmd, "MR %c,%03d", c, ch); - return kenwood_simple_transaction(rig, cmd, 10); + return kenwood_simple_transaction(rig, cmd, 8); } static int thd74_get_mem(RIG *rig, vfo_t vfo, int *ch)