mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Edited "D HOLD" times to include "STAY ON SCREEN" option
This commit is contained in:
@ -53,7 +53,8 @@ void SystickHandler(void)
|
||||
gNextTimeslice = true;
|
||||
|
||||
if ((gGlobalSysTickCounter % 50) == 0)
|
||||
{
|
||||
{ // 500ms tick
|
||||
|
||||
gNextTimeslice_500ms = true;
|
||||
|
||||
DECREMENT_AND_TRIGGER(gTxTimerCountdown_500ms, gTxTimeoutReached);
|
||||
|
Reference in New Issue
Block a user