rusefi-1/firmware/controllers/trigger/trigger_nissan.h

16 lines
349 B
C

/**
* @file trigger_nissan.h
*
* @date Sep 19, 2015
* @author Andrey Belomutskiy, (c) 2012-2016
*/
#ifndef CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_
#define CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_
#include "trigger_structure.h"
void initializeNissan(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
#endif /* CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_ */