change waiting time

This commit is contained in:
bwisn 2021-11-15 18:01:41 +01:00
parent 36c22424a1
commit be70725f90

View File

@ -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);