Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
egzumer committed Nov 27, 2023
1 parent fe49f25 commit 4c3eb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ typedef struct VFO_Info_t
} VFO_Info_t;

// 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;

// Settings of the actual VFO that is now used for RX,
Expand Down

0 comments on commit 4c3eb98

Please sign in to comment.