Skip to content

Commit 387c942

Browse files
committed
Merge remote-tracking branch 'origin/1.20' into 1.21.1
2 parents 2811af7 + 213e0ce commit 387c942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/embeddedt/modernfix/dfu/DFUBlaster.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static void blastMaps() {
4343
}
4444

4545
public static void kick() {
46-
NEXT_WAKE_TIME.getAndAdd(DELAY_TIME);
46+
NEXT_WAKE_TIME.set(System.nanoTime() + DELAY_TIME);
4747
}
4848

4949
static class CleanerThread extends Thread {

0 commit comments

Comments
 (0)