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

15 lines
279 B
C

/*
* @file honda_600.h
*
* @date Jul 9, 2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef CONFIG_ENGINES_HONDA_600_H_
#define CONFIG_ENGINES_HONDA_600_H_
#include "engine.h"
void setHonda600(DECLARE_ENGINE_PARAMETER_F);
#endif /* CONFIG_ENGINES_HONDA_600_H_ */