rusefi-full/firmware/controllers/trigger/spark_logic.h

16 lines
327 B
C
Raw Normal View History

2016-09-15 15:02:36 -07:00
/*
* @file spark_logic.h
*
* @date Sep 15, 2016
* @author Andrey Belomutskiy, (c) 2012-2016
*/
#ifndef CONTROLLERS_TRIGGER_SPARK_LOGIC_H_
#define CONTROLLERS_TRIGGER_SPARK_LOGIC_H_
#include "engine.h"
int isInjectionEnabled(engine_configuration_s *engineConfiguration);
#endif /* CONTROLLERS_TRIGGER_SPARK_LOGIC_H_ */