helping build

only:mre_f4
This commit is contained in:
rusefillc 2023-03-05 09:27:06 -05:00
parent 82bcc9b42c
commit d716245edc
1 changed files with 2 additions and 0 deletions

View File

@ -296,6 +296,7 @@ void initSmartGpio() {
}
void tle8888startup() {
#if (BOARD_TLE8888_COUNT > 0)
static efitick_t tle8888CrankingResetTime = 0;
if (engineConfiguration->useTLE8888_cranking_hack && engine->rpmCalculator.isCranking()) {
@ -307,6 +308,7 @@ void tle8888startup() {
tle8888CrankingResetTime = nowNt;
}
}
#endif /* BOARD_TLE8888_COUNT */
}
void stopSmartCsPins() {