From 1c389b97838dfb6862589631536699ed390ca6a8 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Sat, 12 Dec 2020 12:31:32 -0600 Subject: [PATCH] Missed icom.h commit https://github.com/Hamlib/Hamlib/issues/448 (cherry picked from commit 0fa00cb14f12600c9863ab9369e5eb510108a252) --- rigs/icom/icom.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rigs/icom/icom.h b/rigs/icom/icom.h index cb564ee50..9120c3643 100644 --- a/rigs/icom/icom.h +++ b/rigs/icom/icom.h @@ -203,6 +203,7 @@ struct icom_priv_data int x25cmdfails; // This will get set if the 0x25 command fails so we try just once int x1cx03cmdfails; // This will get set if the 0x1c 0x03 command fails so we try just once int poweron; // to prevent powering on more than once + int filter; // Current filter selected }; extern const struct ts_sc_list r8500_ts_sc_list[];