Missed commit to return to normal ignition callback rather than testing

This commit is contained in:
Josh Stewart 2018-09-07 10:38:31 +10:00
parent 5792cd103c
commit c4d289ed02
1 changed files with 2 additions and 2 deletions

View File

@ -1180,8 +1180,8 @@ static inline void ignitionSchedule1Interrupt() //Most ARM chips can simply call
}
else if (ignitionSchedule1.Status == RUNNING)
{
//ignitionSchedule1.EndCallback();
*ign1_pin_port &= ~(ign1_pin_mask);
ignitionSchedule1.EndCallback();
// *ign1_pin_port &= ~(ign1_pin_mask);
ignitionSchedule1.Status = OFF; //Turn off the schedule
ignitionSchedule1.schedulesSet = 0;
ignitionSchedule1.hasNextSchedule = false;