refactoring
This commit is contained in:
parent
cf0b12b203
commit
82f3972417
|
@ -16,7 +16,6 @@
|
|||
void initMainEventListener(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||
void mainTriggerCallback(trigger_event_e ckpSignalType, uint32_t eventIndex DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||
|
||||
int isIgnitionTimingError(void);
|
||||
void startPrimeInjectionPulse(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||
|
||||
void startSimultaniousInjection(Engine *engine);
|
||||
|
|
|
@ -18,6 +18,8 @@ int getNumberOfSparks(ignition_mode_e mode DECLARE_ENGINE_PARAMETER_SUFFIX);
|
|||
percent_t getCoilDutyCycle(int rpm DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||
void initializeIgnitionActions(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||
|
||||
int isIgnitionTimingError(void);
|
||||
|
||||
#define TRIGGER_EVENT_UNDEFINED -1
|
||||
bool scheduleOrQueue(AngleBasedEvent *event,
|
||||
uint32_t trgEventIndex,
|
||||
|
|
Loading…
Reference in New Issue