From 39baeecd687d49a684a32ebe7822782b59875b8d Mon Sep 17 00:00:00 2001 From: Michael Black Date: Sat, 14 Mar 2020 14:48:26 -0500 Subject: [PATCH] Add x25cmdfails to icom.h priv --- rigs/icom/icom.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rigs/icom/icom.h b/rigs/icom/icom.h index bf7a3292d..3aa03146a 100644 --- a/rigs/icom/icom.h +++ b/rigs/icom/icom.h @@ -186,6 +186,7 @@ struct icom_priv_data freq_t curr_freq; // our current freq depending on which vfo is selected freq_t main_freq; // track last setting of main -- not being used yet freq_t sub_freq; // track last setting of sub -- not being used yet + int x25cmdfails; // This will get set if the 0x25 command fails so we try just once }; extern const struct ts_sc_list r8500_ts_sc_list[];