fome-fw/firmware/config/engines/ford_festiva.h

16 lines
318 B
C
Raw Normal View History

2016-01-04 02:02:45 -08:00
/*
* @file ford_festiva.h
*
* @date Jan 3, 2016
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2016-01-04 02:02:45 -08:00
*/
#ifndef CONFIG_ENGINES_FORD_FESTIVA_H_
#define CONFIG_ENGINES_FORD_FESTIVA_H_
#include "engine_configuration.h"
2016-01-04 02:02:45 -08:00
void setFordEscortGt(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2016-01-04 02:02:45 -08:00
#endif /* CONFIG_ENGINES_FORD_FESTIVA_H_ */