minor fix

This commit is contained in:
rusefi 2017-06-03 22:43:05 -04:00
parent 382f28daf1
commit 0816278de2
1 changed files with 2 additions and 2 deletions

View File

@ -171,9 +171,9 @@ void onUnlockHook(void) {
if (lockedDuration > maxLockedDuration) {
maxLockedDuration = lockedDuration;
}
// if (t > 2800) {
// if (lockedDuration > 2800) {
// // un-comment this if you want a nice stop for a breakpoint
// maxLockTime = t + 1;
// maxLockedDuration = lockedDuration + 1;
// }
}