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

RSSI calibration data usage fixed

This commit is contained in:
OneOfEleven
2023-10-14 09:43:53 +01:00
parent c115099704
commit 373f747824
15 changed files with 133 additions and 138 deletions

View File

@ -68,9 +68,9 @@ void SystickHandler(void)
DECREMENT(g_noaa_count_down_10ms);
#endif
DECREMENT(g_found_CDCSS_count_down_10ms);
DECREMENT(g_found_cdcss_count_down_10ms);
DECREMENT(g_found_CTCSS_count_down_10ms);
DECREMENT(g_found_ctcss_count_down_10ms);
if (g_current_function == FUNCTION_FOREGROUND)
DECREMENT_AND_TRIGGER(g_battery_save_count_down_10ms, g_schedule_power_save);