rusefi-1/firmware/config/engines/honda_k_dbc.cpp

23 lines
477 B
C++
Raw Normal View History

2021-10-02 10:25:40 -07:00
/*
* honda_k_dbc.cpp
*
* @date Oct 2, 2021
* @author Andrey Belomutskiy, (c) 2012-2021
*/
#include "honda_k_dbc.h"
2021-10-12 15:24:45 -07:00
#if HW_PROTEUS & EFI_PROD_CODE
#include "proteus_meta.h"
#endif
2021-10-02 10:25:40 -07:00
void setProteusHondaElement2003(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
2021-10-12 15:24:45 -07:00
engineConfiguration->specs.cylindersCount = 4;
engineConfiguration->specs.displacement = 2.4;
2021-10-12 15:31:22 -07:00
engineConfiguration->trigger.type = TT_HONDA_K_12_1;
2021-10-12 15:24:45 -07:00
}
void setProteusHondaOBD2A(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
2021-10-02 10:25:40 -07:00
}