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
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
#include "engine_configuration.h"
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
void setFordAspireEngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|