GDI Epic #1448
This commit is contained in:
parent
235fe9447b
commit
2293634ffa
|
@ -35,6 +35,11 @@ static void plainPinTurnOff(RegisteredNamedOutputPin *output) {
|
||||||
void hpfpPlainPinTurnOn(HpfpActor *current);
|
void hpfpPlainPinTurnOn(HpfpActor *current);
|
||||||
|
|
||||||
static void handle(HpfpActor *actor) {
|
static void handle(HpfpActor *actor) {
|
||||||
|
#if EFI_UNIT_TEST
|
||||||
|
Engine *engine = actor->engine;
|
||||||
|
EXPAND_Engine;
|
||||||
|
#endif /* EFI_UNIT_TEST */
|
||||||
|
|
||||||
scheduleOrQueue(&actor->open,
|
scheduleOrQueue(&actor->open,
|
||||||
TRIGGER_EVENT_UNDEFINED, getTimeNowNt(), actor->extra + CONFIG(tempHpfpStart),
|
TRIGGER_EVENT_UNDEFINED, getTimeNowNt(), actor->extra + CONFIG(tempHpfpStart),
|
||||||
{hpfpPlainPinTurnOn, actor }
|
{hpfpPlainPinTurnOn, actor }
|
||||||
|
|
Loading…
Reference in New Issue