auto-sync
This commit is contained in:
parent
c3fcc68448
commit
6d0dc8247d
|
@ -99,6 +99,10 @@ void onUnlockHook(void) {
|
||||||
if (t > maxLockTime) {
|
if (t > maxLockTime) {
|
||||||
maxLockTime = t;
|
maxLockTime = t;
|
||||||
}
|
}
|
||||||
|
// if (t > 10000) {
|
||||||
|
// // uncomment this if you want a nice stop for a breakpoint
|
||||||
|
// maxLockTime = t + 1;
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
void initErrorHandling(void) {
|
void initErrorHandling(void) {
|
||||||
|
|
Loading…
Reference in New Issue