auto-sync
This commit is contained in:
parent
d8fad12ab4
commit
07d52d7cc3
|
@ -4,7 +4,7 @@
|
||||||
* set_engine_type 27
|
* set_engine_type 27
|
||||||
*
|
*
|
||||||
* @date Jan 16, 2015
|
* @date Jan 16, 2015
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2014
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* @file acura_rsx.h
|
* @file acura_rsx.h
|
||||||
*
|
*
|
||||||
* @date Jan 16, 2015
|
* @date Jan 16, 2015
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2014
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
*/
|
*/
|
||||||
#ifndef CONFIG_ENGINES_ACURA_RSX_H_
|
#ifndef CONFIG_ENGINES_ACURA_RSX_H_
|
||||||
#define CONFIG_ENGINES_ACURA_RSX_H_
|
#define CONFIG_ENGINES_ACURA_RSX_H_
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* @file custom_engine.cpp
|
* @file custom_engine.cpp
|
||||||
*
|
*
|
||||||
* @date Jan 18, 2015
|
* @date Jan 18, 2015
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2014
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
*/
|
*/
|
||||||
#ifndef CONFIG_ENGINES_CUSTOM_ENGINE_CPP_
|
#ifndef CONFIG_ENGINES_CUSTOM_ENGINE_CPP_
|
||||||
#define CONFIG_ENGINES_CUSTOM_ENGINE_CPP_
|
#define CONFIG_ENGINES_CUSTOM_ENGINE_CPP_
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* @file custom_engine.h
|
* @file custom_engine.h
|
||||||
*
|
*
|
||||||
* @date Jan 18, 2015
|
* @date Jan 18, 2015
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2014
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
*/
|
*/
|
||||||
#ifndef CONFIG_ENGINES_CUSTOM_ENGINE_H_
|
#ifndef CONFIG_ENGINES_CUSTOM_ENGINE_H_
|
||||||
#define CONFIG_ENGINES_CUSTOM_ENGINE_H_
|
#define CONFIG_ENGINES_CUSTOM_ENGINE_H_
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* set_engine_type 28
|
* set_engine_type 28
|
||||||
*
|
*
|
||||||
* @date Jan 16, 2015
|
* @date Jan 16, 2015
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2014
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* set_engine_type 28
|
* set_engine_type 28
|
||||||
*
|
*
|
||||||
* @date Jan 16, 2015
|
* @date Jan 16, 2015
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2014
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
*/
|
*/
|
||||||
#ifndef CONFIG_ENGINES_MAZDA_626_H_
|
#ifndef CONFIG_ENGINES_MAZDA_626_H_
|
||||||
#define CONFIG_ENGINES_MAZDA_626_H_
|
#define CONFIG_ENGINES_MAZDA_626_H_
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* http://rusefi.com/forum/viewtopic.php?f=3&t=396
|
* http://rusefi.com/forum/viewtopic.php?f=3&t=396
|
||||||
*
|
*
|
||||||
* @date Jan 26, 2015
|
* @date Jan 26, 2015
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2014
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sachs.h"
|
#include "sachs.h"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* @file sachs.h
|
* @file sachs.h
|
||||||
*
|
*
|
||||||
* @date Jan 26, 2015
|
* @date Jan 26, 2015
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2014
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
*/
|
*/
|
||||||
#ifndef CONFIG_ENGINES_SACHS_H_
|
#ifndef CONFIG_ENGINES_SACHS_H_
|
||||||
#define CONFIG_ENGINES_SACHS_H_
|
#define CONFIG_ENGINES_SACHS_H_
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* rusEfi output channels enum is needed for subscription/un-subscription
|
* rusEfi output channels enum is needed for subscription/un-subscription
|
||||||
*
|
*
|
||||||
* @date Jan 17, 2015
|
* @date Jan 17, 2015
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2014
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
*/
|
*/
|
||||||
#ifndef CONTROLLERS_ALGO_RUSEFI_OUTPUTS_H_
|
#ifndef CONTROLLERS_ALGO_RUSEFI_OUTPUTS_H_
|
||||||
#define CONTROLLERS_ALGO_RUSEFI_OUTPUTS_H_
|
#define CONTROLLERS_ALGO_RUSEFI_OUTPUTS_H_
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* @file rusefi_types.h
|
* @file rusefi_types.h
|
||||||
*
|
*
|
||||||
* @date Jan 12, 2015
|
* @date Jan 12, 2015
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2014
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||||||
*/
|
*/
|
||||||
#ifndef CONTROLLERS_ALGO_RUSEFI_TYPES_H_
|
#ifndef CONTROLLERS_ALGO_RUSEFI_TYPES_H_
|
||||||
#define CONTROLLERS_ALGO_RUSEFI_TYPES_H_
|
#define CONTROLLERS_ALGO_RUSEFI_TYPES_H_
|
||||||
|
|
Loading…
Reference in New Issue