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

13 lines
167 B
C
Raw Normal View History

2016-07-09 16:03:08 -07:00
/*
* @file honda_600.h
*
* @date Jul 9, 2016
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2016-07-09 16:03:08 -07:00
*/
2020-03-05 22:26:33 -08:00
#pragma once
#include "engine_configuration.h"
void setHonda600();
2016-07-09 16:03:08 -07:00