From 7e6f948bf72c974de1cf57ddd9f67fdbb281011c Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sun, 10 Oct 2021 17:12:07 -0500 Subject: [PATCH] Undo frame.c commit -- misunderstood use --- rigs/icom/frame.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rigs/icom/frame.c b/rigs/icom/frame.c index bf525d776..43c01d2fd 100644 --- a/rigs/icom/frame.c +++ b/rigs/icom/frame.c @@ -439,8 +439,8 @@ int icom_transaction(RIG *rig, int cmd, int subcmd, } /* used in read_icom_frame as end of block */ -static const char icom_block_end[1] = {COL}; -#define icom_block_end_length 1 +static const char icom_block_end[3] = { FA, FI, COL}; +#define icom_block_end_length 3 /* * read_icom_frame