16 lines
302 B
C
16 lines
302 B
C
/*
|
|
* @file honda_600.h
|
|
*
|
|
* @date Jul 9, 2016
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
*/
|
|
|
|
#ifndef CONFIG_ENGINES_HONDA_600_H_
|
|
#define CONFIG_ENGINES_HONDA_600_H_
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
void setHonda600(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* CONFIG_ENGINES_HONDA_600_H_ */
|