rusefi/firmware/config/engines/ford_1995_inline_6.h

16 lines
281 B
C

/*
* @file ford_1995_inline_6.h
*
* @date Feb 12, 2014
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#pragma once
#include "engine_configuration.h"
// technical debt? weird number but unit tests currently depend on it
#define FORD_INLINE_DWELL 0.5
void setFordInline6();