mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
Minor kconfig fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4600 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -151,7 +151,7 @@ config PL2303_RXBUFSIZE
|
||||
Size of the serial receive/transmit buffers
|
||||
|
||||
config PL2303_TXBUFSIZE
|
||||
bool "Transmit buffer size"
|
||||
int "Transmit buffer size"
|
||||
default 256
|
||||
---help---
|
||||
Size of the serial receive/transmit buffers
|
||||
@@ -383,7 +383,7 @@ config USBMSC_STRBASE
|
||||
on if CONFIG_CDCACM_NOTIFSTR or CONFIG_CDCACM_DATAIFSTR are defined).
|
||||
|
||||
config USBMSC_EP0MAXPACKET
|
||||
bool "Max packet size for endpoint 0"
|
||||
int "Max packet size for endpoint 0"
|
||||
default 64
|
||||
---help---
|
||||
Max packet size for endpoint 0
|
||||
|
||||
Reference in New Issue
Block a user