From a815179c684af5c9c9708cc051d6ddc613904eab Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Sun, 18 Oct 2020 12:06:27 -0500 Subject: [PATCH] https://github.com/Hamlib/Hamlib/issues/300 --- include/hamlib/rig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index 4d8338a33..279671934 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -1934,6 +1934,7 @@ struct rig_cache { // Most rigs have MainA and MainB // Dual VFO rigs can have SubA and SubB too // For dual VFO rigs simplex operations are all done on MainA/MainB -- ergo this abstraction + freq_t freqCurr; // VFO_CURR freq_t freqMainA; // VFO_A, VFO_MAIN, and VFO_MAINA freq_t freqMainB; // VFO_B, VFO_SUB, and VFO_MAINB freq_t freqMainC; // VFO_C (future MainC?)