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

16 lines
349 B
C
Raw Normal View History

2015-09-19 16:01:46 -07:00
/**
* @file trigger_nissan.h
*
* @date Sep 19, 2015
2015-12-31 13:02:30 -08:00
* @author Andrey Belomutskiy, (c) 2012-2016
2015-09-19 16:01:46 -07:00
*/
#ifndef CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_
#define CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_
#include "trigger_structure.h"
2016-10-31 19:02:12 -07:00
void initializeNissan(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
2015-09-19 16:01:46 -07:00
#endif /* CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_ */