13 lines
209 B
C
13 lines
209 B
C
|
/*
|
||
|
* bmw_n73.h
|
||
|
*
|
||
|
* @date Oct 2, 2021
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2021
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "engine_configuration.h"
|
||
|
|
||
|
void setEngineProteusBMW_N73_GDI(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|