fixing build
This commit is contained in:
parent
d53f037f19
commit
1f49803441
|
@ -554,9 +554,11 @@ static void setMiataNB2_MRE_common(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
void setMiataNB2_MRE_ETB(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
void setMiataNB2_MRE_ETB(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
setMiataNB2_MRE_common(PASS_CONFIG_PARAMETER_SIGNATURE);
|
setMiataNB2_MRE_common(PASS_CONFIG_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
|
#if EFI_FSIO
|
||||||
// enable ETB
|
// enable ETB
|
||||||
// set_rpn_expression 8 "0"
|
// set_rpn_expression 8 "0"
|
||||||
setFsio(7, GPIOC_8, "0" PASS_CONFIG_PARAMETER_SUFFIX);
|
setFsio(7, GPIOC_8, "0" PASS_CONFIG_PARAMETER_SUFFIX);
|
||||||
|
#endif /* EFI_FSIO */
|
||||||
|
|
||||||
//set idle_offset 0
|
//set idle_offset 0
|
||||||
engineConfiguration->idleRpmPid.offset = 0;
|
engineConfiguration->idleRpmPid.offset = 0;
|
||||||
|
|
|
@ -3,11 +3,10 @@
|
||||||
* @brief FSIO as it's used for GPIO
|
* @brief FSIO as it's used for GPIO
|
||||||
*
|
*
|
||||||
* @date Oct 5, 2014
|
* @date Oct 5, 2014
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LE_FUNCTIONS_H_
|
#pragma once
|
||||||
#define LE_FUNCTIONS_H_
|
|
||||||
|
|
||||||
#include "fsio_core.h"
|
#include "fsio_core.h"
|
||||||
#include "engine.h"
|
#include "engine.h"
|
||||||
|
@ -43,4 +42,3 @@ void runHardcodedFsio(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
ValueProvider3D *getFSIOTable(int index);
|
ValueProvider3D *getFSIOTable(int index);
|
||||||
|
|
||||||
#endif /* LE_FUNCTIONS_H_ */
|
|
||||||
|
|
Loading…
Reference in New Issue