Fix incorrect kick logic
This commit is contained in:
parent
7688fc2b16
commit
213e0ceb9a
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user