forked from nuttx/nuttx-update
Fix some missing quotes in a Kconfig file
This commit is contained in:
parent
8f0fb36f11
commit
513344a084
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue