Add Rx/Tx timer

This commit is contained in:
Armel FAUVEAU
2024-04-16 19:46:17 +02:00
parent 576deb8e2f
commit 27bfe1f4ac
7 changed files with 58 additions and 34 deletions

1
misc.h
View File

@@ -222,6 +222,7 @@ extern volatile bool gTxTimeoutReached;
extern volatile uint16_t gTxTimerCountdownAlert_500ms;
extern volatile bool gTxTimeoutReachedAlert;
extern volatile uint16_t gTxTimeoutToneAlert;
extern volatile uint16_t gRxTimerCountdown_500ms;
#endif
extern volatile uint16_t gTailNoteEliminationCountdown_10ms;