2015-07-10 06:01:56 -07:00
|
|
|
/*
|
|
|
|
* @file ford_1995_inline_6.h
|
|
|
|
*
|
|
|
|
* @date Feb 12, 2014
|
2020-01-13 18:57:43 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
2020-01-14 00:41:11 -08:00
|
|
|
#pragma once
|
2015-07-10 06:01:56 -07:00
|
|
|
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
|
2024-02-28 17:17:58 -08:00
|
|
|
// technical debt? weird number but unit tests currently depend on it
|
|
|
|
#define FORD_INLINE_DWELL 0.5
|
|
|
|
|
2021-11-16 01:15:29 -08:00
|
|
|
void setFordInline6();
|