ETB JNI test progress
This commit is contained in:
parent
c2c6669f47
commit
cc7ff2f92c
|
@ -7,6 +7,7 @@
|
||||||
#include "proxy_sensor.h"
|
#include "proxy_sensor.h"
|
||||||
#include "linear_func.h"
|
#include "linear_func.h"
|
||||||
#include "tps.h"
|
#include "tps.h"
|
||||||
|
#include "auto_generated_sensor.h"
|
||||||
|
|
||||||
#ifndef MAX_TPS_PPS_DISCREPANCY
|
#ifndef MAX_TPS_PPS_DISCREPANCY
|
||||||
#define MAX_TPS_PPS_DISCREPANCY 5.0f
|
#define MAX_TPS_PPS_DISCREPANCY 5.0f
|
||||||
|
@ -127,6 +128,9 @@ public:
|
||||||
} else {
|
} else {
|
||||||
// not ford TPS
|
// not ford TPS
|
||||||
m_redund.configure(MAX_TPS_PPS_DISCREPANCY, !hasSecond);
|
m_redund.configure(MAX_TPS_PPS_DISCREPANCY, !hasSecond);
|
||||||
|
#if EFI_UNIT_TEST
|
||||||
|
printf("init m_redund.Register() %s\n", getSensorType(m_redund.type()));
|
||||||
|
#endif
|
||||||
m_redund.Register();
|
m_redund.Register();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue