/** * @file trigger_nissan.h * * @date Sep 19, 2015 * @author Andrey Belomutskiy, (c) 2012-2017 */ #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_ */