Minor Subaru 6/7 decoder tweak

This commit is contained in:
Josh Stewart 2017-08-18 08:50:39 +10:00
parent c791302a0e
commit 90b4f5f62f
1 changed files with 3 additions and 1 deletions

View File

@ -1914,7 +1914,9 @@ void triggerPri_Subaru67()
break;
default:
//Almost certainly due to noise
//Almost certainly due to noise or cranking stop/start
currentStatus.hasSync = false;
secondaryToothCount = 0;
break;
}