SAMA5: Poll USB keyboard at a higher rate for better response

This commit is contained in:
Gregory Nutt 2014-07-29 08:57:35 -06:00
parent 93fdecee71
commit 85f245202b

View File

@ -627,7 +627,7 @@ config USBDEV_MINOR
endif # NSH_USBCONSOLE
config NSH_USBKBD
bool "Use a USB keyboard input"
bool "Use USB keyboard input"
default n
depends on NSH_CONSOLE && USBHOST_HIDKBD && !NSH_USBCONSOLE
---help---