More refactoring
Lots of things removed but compiles again
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user