From be70725f9003e991991f6fb42dc5c1bb78ee9604 Mon Sep 17 00:00:00 2001 From: bwisn Date: Mon, 15 Nov 2021 18:01:41 +0100 Subject: [PATCH] change waiting time --- keyboards/annepro2/annepro2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/annepro2/annepro2.c b/keyboards/annepro2/annepro2.c index c681ca19b29c..37489defff34 100644 --- a/keyboards/annepro2/annepro2.c +++ b/keyboards/annepro2/annepro2.c @@ -92,7 +92,7 @@ void keyboard_post_init_kb(void) { // Give the send uart thread some time to // send out the queue before we read back - wait_ms(15); + wait_ms(100); // loop to clear out receive buffer from ble wakeup while (!sdGetWouldBlock(&SD1)) sdGet(&SD1);