mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
CDC/AC: too man right parentheses if IFLOW_CONTROL enabled
This commit is contained in:
@@ -97,6 +97,9 @@ config FAT_FORCE_INDIRECT
|
||||
N N N User memory can always be used for
|
||||
transfer.
|
||||
|
||||
* CONFIG_DIRECT_RETRY cannot be selected with CONFIG_FORCE_INDIRECT
|
||||
** CONFIG_DIRECT_RETRY is automatically selected with CONFIG_DMA_MEMORY
|
||||
|
||||
config FAT_DMAMEMORY
|
||||
bool "DMA memory allocator"
|
||||
default n
|
||||
@@ -129,6 +132,9 @@ config FAT_DMAMEMORY
|
||||
N N N User memory can always be used for
|
||||
transfer.
|
||||
|
||||
* CONFIG_DIRECT_RETRY cannot be selected with CONFIG_FORCE_INDIRECT
|
||||
** CONFIG_DIRECT_RETRY is automatically selected with CONFIG_DMA_MEMORY
|
||||
|
||||
config FAT_DIRECT_RETRY
|
||||
bool "Direct transfer retry"
|
||||
default y if FAT_DMAMEMORY
|
||||
@@ -171,4 +177,7 @@ config FAT_DIRECT_RETRY
|
||||
N N N User memory can always be used for
|
||||
transfer.
|
||||
|
||||
* CONFIG_DIRECT_RETRY cannot be selected with CONFIG_FORCE_INDIRECT
|
||||
** CONFIG_DIRECT_RETRY is automatically selected with CONFIG_DMA_MEMORY
|
||||
|
||||
endif # FAT
|
||||
|
||||
Reference in New Issue
Block a user