2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file snow_blower.h
|
|
|
|
* @brief Default configuration of a single-cylinder engine
|
|
|
|
|
|
|
|
* @date Sep 8, 2013
|
2015-12-31 13:02:30 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef SNOW_BLOWER_H_
|
|
|
|
#define SNOW_BLOWER_H_
|
|
|
|
|
|
|
|
#if EFI_ENGINE_SNOW_BLOWER
|
|
|
|
|
|
|
|
#endif /* EFI_ENGINE_SNOW_BLOWER */
|
|
|
|
|
|
|
|
#endif /* SNOW_BLOWER_H_ */
|