From 72eec4e01cd249f47c220d63ee1ad3afb5bc05b6 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Sat, 17 Oct 2020 23:04:53 -0500 Subject: [PATCH] Add caching info for VFO_C https://github.com/Hamlib/Hamlib/issues/280 (cherry picked from commit 7a45f018ec83c1db780c9f69f8fedb5f903f9906) --- include/hamlib/rig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index b0aea6039..95a7f4aca 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -1936,6 +1936,7 @@ struct rig_cache { // For dual VFO rigs simplex operations are all done on MainA/MainB -- ergo this abstraction freq_t freqMainA; // VFO_A, VFO_MAIN, and VFO_MAINA freq_t freqMainB; // VFO_B, VFO_SUB, and VFO_MAINB + freq_t freqMainC; // VFO_B, VFO_SUB, and VFO_MAINB freq_t freqSubA; // VFO_SUBA freq_t freqSubB; // VFO_SUBB rmode_t mode;