custom-board-bundle-sample-.../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
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
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_ */