fome-fw/firmware/config/engines/zil130.h

15 lines
229 B
C
Raw Normal View History

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