Michael Black W9MDB 2020-10-18 12:06:27 -05:00
rodzic e1b3bcff9e
commit a815179c68
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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?)