fix my breakage of screen waking

1.2-legacy
Kevin Hester 2020-10-12 08:13:32 +08:00
rodzic 999b292717
commit 9a414d9c77
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -202,7 +202,7 @@ class Screen : public concurrency::OSThread
return true; // claim success if our display is not in use
else {
bool success = cmdQueue.enqueue(cmd, 0);
setInterval(0); // handle ASAP
enabled = true; // handle ASAP (we are the registered reader for cmdQueue, but might have been disabled)
return success;
}
}