auto-sync

This commit is contained in:
rusEfi 2015-12-14 13:01:18 -05:00
parent 60261ff6ed
commit b0bf4a7c08
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/*
* @file trigger_toyota.cpp
*
* https://thedeltaecho.wordpress.com/2010/03/14/2jz-ge-cam-crank-signals/
*
* @date Dec 14, 2015
* @author Andrey Belomutskiy, (c) 2012-2015
*/
#include "trigger_toyota.h"

View File

@ -0,0 +1,15 @@
/*
* @file trigger_toyota.h
*
* @date Dec 14, 2015
* @author Andrey Belomutskiy, (c) 2012-2015
*/
#ifndef CONTROLLERS_TRIGGER_TRIGGER_TOYOTA_H_
#define CONTROLLERS_TRIGGER_TRIGGER_TOYOTA_H_
#include "engine.h"
void initialize2jzGE(TriggerShape *s);
#endif /* CONTROLLERS_TRIGGER_TRIGGER_TOYOTA_H_ */