pkarashchenko commented on a change in pull request #5423:
URL: https://github.com/apache/incubator-nuttx/pull/5423#discussion_r800093954
##########
File path: drivers/pipes/Kconfig
##########
@@ -14,8 +14,7 @@ if PIPES
config DEV_PIPE_MAXSIZE
int "Maximum pipe/FIFO size"
- default 1024 if !DEFAULT_SMALL
- default 256 if DEFAULT_SMALL
+ default 65535
Review comment:
No. Thank you for explanation. If it is only used in `DEBUGASSERT` maybe
we can put some dependency on configuration that enables `DEBUGASSERT` or this
is not reasonable?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]