From 86082f90fa582e3b419dbd77228ff497b2ee56cf Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 9 Oct 2013 12:20:03 +0900 Subject: Change ADB scan delay 12ms --- protocol/adb.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'protocol/adb.c') diff --git a/protocol/adb.c b/protocol/adb.c index 155d223fe7..f706255adf 100644 --- a/protocol/adb.c +++ b/protocol/adb.c @@ -85,9 +85,11 @@ bool adb_host_psw(void) /* * Don't call this in a row without the delay, otherwise it makes some of poor controllers - * overloaded and misses strokes. Recommended delay is 16ms. + * overloaded and misses strokes. Recommended interval is 12ms. * - * Thanks a lot, blargg! + * Thanks a lot, blargg! + * + * */ uint16_t adb_host_kbd_recv(void) { -- cgit v1.2.3