rusefi-1/firmware/config/engines/zil130.h

16 lines
252 B
C
Raw Normal View History

2016-05-04 20:02:32 -07:00
/*
* @file engine_template.h
*
* @date May 4, 2016
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2016-05-04 20:02:32 -07:00
*/
#ifndef ZIL130_H_
#define ZIL130_H_
#include "engine_configuration.h"
void setZil130(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2016-05-04 20:02:32 -07:00
#endif /* ZIL130_H_ */