mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
change waiting time
This commit is contained in:
parent
36c22424a1
commit
be70725f90
@ -92,7 +92,7 @@ void keyboard_post_init_kb(void) {
|
|||||||
|
|
||||||
// Give the send uart thread some time to
|
// Give the send uart thread some time to
|
||||||
// send out the queue before we read back
|
// send out the queue before we read back
|
||||||
wait_ms(15);
|
wait_ms(100);
|
||||||
|
|
||||||
// loop to clear out receive buffer from ble wakeup
|
// loop to clear out receive buffer from ble wakeup
|
||||||
while (!sdGetWouldBlock(&SD1)) sdGet(&SD1);
|
while (!sdGetWouldBlock(&SD1)) sdGet(&SD1);
|
||||||
|
Loading…
Reference in New Issue
Block a user