1
0
Fork 0
forked from nuttx/nuttx-update

Fix some missing quotes in a Kconfig file

This commit is contained in:
Gregory Nutt 2015-05-08 08:32:50 -06:00
parent 8f0fb36f11
commit 513344a084

View file

@ -132,14 +132,14 @@ config USBHOST_CDCACM_NTDELAY
controllers). controllers).
config USBHOST_CDCACM_RXDELAY config USBHOST_CDCACM_RXDELAY
int "RX poll delay (MSec) int "RX poll delay (MSec)"
default 200 default 200
---help--- ---help---
When the CDC/ACM device is inactive, the host must poll it at this When the CDC/ACM device is inactive, the host must poll it at this
rate in order to discover if it has serial data to send to us. rate in order to discover if it has serial data to send to us.
config USBHOST_CDCACM_TXDELAY config USBHOST_CDCACM_TXDELAY
int "TX poll delay (MSec) int "TX poll delay (MSec)"
default 200 default 200
---help--- ---help---
When the appellation is inactive, the host must poll it at this When the appellation is inactive, the host must poll it at this