Merge remote-tracking branch 'origin/1.20' into 1.21.1

This commit is contained in:
embeddedt 2025-06-05 22:07:36 -04:00
commit 387c94296b
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -43,7 +43,7 @@ public class DFUBlaster {
}
public static void kick() {
NEXT_WAKE_TIME.getAndAdd(DELAY_TIME);
NEXT_WAKE_TIME.set(System.nanoTime() + DELAY_TIME);
}
static class CleanerThread extends Thread {