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

17 lines
306 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/*
* @file GY6_139QMB.h
*
2019-10-07 18:23:38 -07:00
* @date 13 Feb 2014
2015-07-10 06:01:56 -07:00
* @author rus084
2019-10-07 18:23:38 -07:00
* @author Andrey Belomutskiy, (c) 2012-2019
2015-07-10 06:01:56 -07:00
*/
#ifndef GY6_139QMB_H_
#define GY6_139QMB_H_
#include "engine_configuration.h"
2015-07-10 06:01:56 -07:00
void setGy6139qmbDefaultEngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2015-07-10 06:01:56 -07:00
#endif /* GY6_139QMB_H_ */