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

18 lines
360 B
C

/**
* @file ford_fiesta.h
*
* @date Nov 22, 2013
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef FORD_FIESTA_H_
#define FORD_FIESTA_H_
#if EFI_SUPPORT_FORD_FIESTA
#include "engine_configuration.h"
void setFordFiestaDefaultEngineConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE);
#endif /* EFI_SUPPORT_FORD_FIESTA */
#endif /* FORD_FIESTA_H_ */