This commit is contained in:
rusefillc 2020-11-09 22:33:48 -05:00
parent 235fe9447b
commit 2293634ffa
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ static void plainPinTurnOff(RegisteredNamedOutputPin *output) {
void hpfpPlainPinTurnOn(HpfpActor *current);
static void handle(HpfpActor *actor) {
#if EFI_UNIT_TEST
Engine *engine = actor->engine;
EXPAND_Engine;
#endif /* EFI_UNIT_TEST */
scheduleOrQueue(&actor->open,
TRIGGER_EVENT_UNDEFINED, getTimeNowNt(), actor->extra + CONFIG(tempHpfpStart),
{hpfpPlainPinTurnOn, actor }