From 8812529169c2933c277600444a43c5e99b747f76 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Fri, 22 May 2020 14:26:21 -0500 Subject: [PATCH] Fix FT1000MP status return length -- is 5 now rather than 6 https://github.com/Hamlib/Hamlib/issues/258 --- rigs/yaesu/ft1000mp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigs/yaesu/ft1000mp.h b/rigs/yaesu/ft1000mp.h index fb577b9c1..b7838b8c7 100644 --- a/rigs/yaesu/ft1000mp.h +++ b/rigs/yaesu/ft1000mp.h @@ -25,7 +25,7 @@ #ifndef _FT1000MP_H #define _FT1000MP_H 1 -#define FT1000MP_STATUS_FLAGS_LENGTH 6 /* 0xfa return size */ +#define FT1000MP_STATUS_FLAGS_LENGTH 5 /* 0xfa return size */ #define FT1000MP_STATUS_UPDATE_LENGTH 16 /* 0x10 U = 02 return size */ #define FT1000MP_PACING_INTERVAL 5