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

15 lines
287 B
C
Raw Normal View History

2016-07-09 16:03:08 -07:00
/*
* @file honda_600.h
*
* @date Jul 9, 2016
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2016-07-09 16:03:08 -07:00
*/
#ifndef CONFIG_ENGINES_HONDA_600_H_
#define CONFIG_ENGINES_HONDA_600_H_
#include "engine.h"
2017-05-15 20:33:22 -07:00
void setHonda600(DECLARE_ENGINE_PARAMETER_SIGNATURE);
2016-07-09 16:03:08 -07:00
#endif /* CONFIG_ENGINES_HONDA_600_H_ */