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

21 lines
349 B
C
Raw Normal View History

2019-11-01 19:56:58 -07:00
/*
2020-03-11 17:48:09 -07:00
* @file bmw_m73.h
2019-11-01 19:56:58 -07:00
*
* @date Nov 1, 2019
2020-01-07 21:02:40 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2019-11-01 19:56:58 -07:00
*/
#pragma once
#include "engine_configuration.h"
void m73engine();
2020-03-11 17:48:09 -07:00
void setBMW_M73_TwoCoilUnitTest();
2020-03-29 22:13:02 -07:00
// set engine_type 24
void setEngineBMW_M73_Manhattan();
2020-03-29 22:13:02 -07:00
// set engine_type 63
void setEngineBMW_M73_Proteus();
2020-03-11 17:48:09 -07:00
void setEngineBMW_M73_microRusEfi();