This commit is contained in:
rusefi 2019-11-23 14:14:17 -05:00
parent 91a5bd5ce3
commit e706c999f1
2 changed files with 1 additions and 10 deletions

View File

@ -38,12 +38,3 @@ IgnitionOutputPin * IgnitionEvent::getOutputForLoggins() {
return outputs[0];
}
//void registerActuatorEventWhat(InjectionEventList *list, int eventIndex, OutputSignal *actuator, float angleOffset) {
// ActuatorEvent *e = list->getNextActuatorEvent();
// if (e == NULL)
// return; // error already reported
// e->position.eventIndex = eventIndex;
// e->actuator = actuator;
// e->position.angleOffset = angleOffset;
//}

View File

@ -26,7 +26,7 @@ public:
bool isScheduled = false;
/**
* Scheduler implementation has a linked list of these scheduling records.
* Scheduler implementation uses a sorted linked list of these scheduling records.
*/
scheduling_s *next = nullptr;