auto-sync

This commit is contained in:
rusEfi 2014-11-21 12:03:09 -06:00
parent 542e989045
commit 36f6b4200d
1 changed files with 4 additions and 0 deletions

View File

@ -99,6 +99,10 @@ void onUnlockHook(void) {
if (t > maxLockTime) {
maxLockTime = t;
}
// if (t > 10000) {
// // uncomment this if you want a nice stop for a breakpoint
// maxLockTime = t + 1;
// }
}
void initErrorHandling(void) {