0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00

Added 30 sec TX timeout option

This commit is contained in:
OneOfEleven
2023-09-28 17:39:45 +01:00
parent 81bc398908
commit 618d6962ff
14 changed files with 105 additions and 67 deletions

View File

@ -54,8 +54,9 @@ void SystickHandler(void)
if ((gGlobalSysTickCounter % 50) == 0)
{
gNextTimeslice500ms = true;
DECREMENT_AND_TRIGGER(gTxTimerCountdown, gTxTimeoutReached);
gNextTimeslice_500ms = true;
DECREMENT_AND_TRIGGER(gTxTimerCountdown_500ms, gTxTimeoutReached);
}
if ((gGlobalSysTickCounter & 3) == 0)