0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-07-09 15:20:26 +03:00

Possible DW AM TX fix

This commit is contained in:
OneOfEleven
2023-10-01 19:56:04 +01:00
parent c644b30b2f
commit 8caff25b7c
8 changed files with 9 additions and 14 deletions

2
misc.h
View File

@ -257,7 +257,7 @@ extern uint8_t gRestoreMrChannel;
extern uint8_t gCurrentScanList;
extern uint8_t gPreviousMrChannel;
extern uint32_t gRestoreFrequency;
extern uint8_t gRxVfoIsActive;
extern bool gRxVfoIsActive;
extern uint8_t gAlarmToneCounter;
extern uint16_t gAlarmRunningCounter;
extern bool gKeyBeingHeld;