better method name
This commit is contained in:
parent
03a48455ed
commit
67377abdea
|
@ -96,7 +96,7 @@ void endSimultaniousInjection(InjectionEvent *event) {
|
|||
engine->injectionEvents.addFuelEventsForCylinder(event->ownIndex PASS_ENGINE_PARAMETER_SUFFIX);
|
||||
}
|
||||
|
||||
static inline void tempTurnPinHigh(InjectorOutputPin *output) {
|
||||
static inline void turnInjectionPinHigh(InjectorOutputPin *output) {
|
||||
output->overlappingCounter++;
|
||||
|
||||
#if FUEL_MATH_EXTREME_LOGGING
|
||||
|
@ -127,7 +127,7 @@ void turnInjectionPinHigh(InjectionEvent *event) {
|
|||
InjectorOutputPin *output = event->outputs[i];
|
||||
|
||||
if (output) {
|
||||
tempTurnPinHigh(output);
|
||||
turnInjectionPinHigh(output);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue