2021-10-02 10:25:40 -07:00
|
|
|
/*
|
|
|
|
* honda_k_dbc.h
|
|
|
|
*
|
|
|
|
* @date Oct 2, 2021
|
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2021
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
|
|
|
|
void setProteusHondaElement2003(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2021-10-12 15:24:45 -07:00
|
|
|
void setProteusHondaOBD2A(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|