This commit is contained in:
Krzysiek Egzmont 2023-11-27 22:51:36 +01:00
parent fe49f250b0
commit 4c3eb98e31

View File

@ -131,7 +131,7 @@ typedef struct VFO_Info_t
} VFO_Info_t; } VFO_Info_t;
// Settings of the main VFO that is selected by the user // Settings of the main VFO that is selected by the user
// The pointer follows gEeprom.RX_VFO index // The pointer follows gEeprom.TX_VFO index
extern VFO_Info_t *gTxVfo; extern VFO_Info_t *gTxVfo;
// Settings of the actual VFO that is now used for RX, // Settings of the actual VFO that is now used for RX,