15 lines
219 B
C
15 lines
219 B
C
|
/**
|
||
|
* @file snow_blower.c
|
||
|
* @brief Default configuration of a single-cylinder engine
|
||
|
*
|
||
|
* @date Sep 9, 2013
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
||
|
*/
|
||
|
|
||
|
#include "main.h"
|
||
|
|
||
|
#if EFI_ENGINE_SNOW_BLOWER
|
||
|
|
||
|
|
||
|
#endif
|