fome-fw/firmware/config/engines/bmw_n73.cpp

19 lines
258 B
C++
Raw Normal View History

2021-10-02 10:25:40 -07:00
/*
* bmw_n73.cpp
*
* @date Oct 2, 2021
* @author Andrey Belomutskiy, (c) 2012-2021
*/
2022-07-17 22:56:58 -07:00
#include "pch.h"
2021-10-02 10:25:40 -07:00
#include "bmw_n73.h"
2022-08-25 08:15:45 -07:00
#include "lua_lib.h"
2021-10-02 10:25:40 -07:00
2022-02-09 14:28:57 -08:00
/**
* set engine_type 9
*/
2021-12-23 13:59:30 -08:00
void setEngineProteusGearboxManInTheMiddle() {
2023-01-01 17:14:57 -08:00
#include "bmw_6hp_mim.lua"
2021-12-23 13:59:30 -08:00
}