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

Fixed boot beep compile problem

This commit is contained in:
OneOfEleven
2023-09-18 11:54:42 +01:00
parent 784a4dd79f
commit ed33d14c0f
12 changed files with 35 additions and 45 deletions

View File

@ -104,7 +104,5 @@ void SystickHandler(void)
DECREMENT(gVoxStopCountdown_10ms);
#ifdef ENABLE_BOOT_BEEPS
DECREMENT(boot_counter_10ms);
#endif
DECREMENT(boot_counter_10ms);
}