More refactoring

Lots of things removed but compiles again
This commit is contained in:
2025-06-25 11:18:44 -05:00
parent 0556b06cab
commit 2ff7291c63
31 changed files with 1247 additions and 2569 deletions

View File

@@ -96,8 +96,6 @@ void ctimer_match0_callback(uint32_t flags) // ISR every 1mS
if (Sys_Timer > 0)
Sys_Timer--;
if (frq_chg_tmr > 0)
frq_chg_tmr--;
if (Low_Bat_timer > 0)
Low_Bat_timer--;
@@ -127,8 +125,7 @@ void ctimer_match0_callback(uint32_t flags) // ISR every 1mS
if(ByPass_tmr > 0)
ByPass_tmr--;
if(Display_warning_tmr > 0)
Display_warning_tmr--;
if(sys.adc.measure)