Increase WAKE_DELAY from 1000 to 2000

This commit is contained in:
AITUS95
2025-11-26 15:02:23 +01:00
committed by GitHub
parent 689fd67d63
commit ee48c1be89

View File

@@ -60,7 +60,7 @@ voodoo_fifo_log(const char *fmt, ...)
# define voodoo_fifo_log(fmt, ...)
#endif
#define WAKE_DELAY (TIMER_USEC * 1000)
#define WAKE_DELAY (TIMER_USEC * 2000)
void
voodoo_wake_fifo_thread(voodoo_t *voodoo)
{