mirror of https://github.com/rusefi/rusefi-1.git
21 lines
349 B
C
21 lines
349 B
C
/*
|
|
* @file bmw_m73.h
|
|
*
|
|
* @date Nov 1, 2019
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
void m73engine();
|
|
|
|
void setBMW_M73_TwoCoilUnitTest();
|
|
// set engine_type 24
|
|
void setEngineBMW_M73_Manhattan();
|
|
// set engine_type 63
|
|
void setEngineBMW_M73_Proteus();
|
|
|
|
void setEngineBMW_M73_microRusEfi();
|