isVerboseETB
This commit is contained in:
parent
5ba67f98db
commit
e0ef6420b0
|
@ -97,6 +97,10 @@ static msg_t etbThread(void *arg) {
|
||||||
if (engineConfiguration->debugMode == DBG_ELECTRONIC_THROTTLE) {
|
if (engineConfiguration->debugMode == DBG_ELECTRONIC_THROTTLE) {
|
||||||
pid.postState(&tsOutputChannels);
|
pid.postState(&tsOutputChannels);
|
||||||
}
|
}
|
||||||
|
if (engineConfiguration->isVerboseETB) {
|
||||||
|
pid.showPidStatus(&logger, "ETB", boardConfiguration->etbDT);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// if (tps != prevTps) {
|
// if (tps != prevTps) {
|
||||||
// prevTps = tps;
|
// prevTps = tps;
|
||||||
|
|
|
@ -251,5 +251,5 @@ int getRusEfiVersion(void) {
|
||||||
return 123; // this is here to make the compiler happy about the unused array
|
return 123; // this is here to make the compiler happy about the unused array
|
||||||
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
||||||
return 3211; // this is here to make the compiler happy about the unused array
|
return 3211; // this is here to make the compiler happy about the unused array
|
||||||
return 20170521;
|
return 20170525;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue