Skip to content

Commit

Permalink
change waiting time
Browse files Browse the repository at this point in the history
  • Loading branch information
bwisn committed Nov 15, 2021
1 parent 36c2242 commit be70725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/annepro2/annepro2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit be70725

Please sign in to comment.