auto-sync
This commit is contained in:
parent
60261ff6ed
commit
b0bf4a7c08
|
@ -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"
|
||||
|
||||
|
|
@ -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_ */
|
Loading…
Reference in New Issue