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

17 lines
335 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file ford_aspire.h
* @brief 1996 Ford Aspire default engine configuration
*
* @date Aug 30, 2013
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2015-07-10 06:01:56 -07:00
*
* http://rusefi.com/forum/viewtopic.php?t=375
*
*/
2019-11-14 19:50:59 -08:00
#pragma once
2015-07-10 06:01:56 -07:00
#include "engine_configuration.h"
2015-07-10 06:01:56 -07:00
void setFordAspireEngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);