MAP phase sensing #3544

This commit is contained in:
rusefillc 2021-12-16 21:11:29 -05:00
parent 921bc1af74
commit 82c061a8e0
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ uint32_t *cyccnt = (uint32_t*) &DWT->CYCCNT;
#endif
static bool noFiringUntilVvtSync(vvt_mode_e mode) {
return mode == VVT_MIATA_NB2 || mode == VVT_MAP_V_TWIN;
return mode == VVT_MIATA_NB2 || mode == VVT_MAP_V_TWIN_ANOTHER;
}
/**