xiaoxiang781216 commented on code in PR #8052: URL: https://github.com/apache/nuttx/pull/8052#discussion_r1065348318
########## drivers/pipes/pipe_common.c: ########## @@ -60,6 +60,26 @@ # define pipe_dumpbuffer(m,a,n) #endif +/**************************************************************************** + * Private Functions + ****************************************************************************/ + +/**************************************************************************** + * Name: pipecommon_bufferused + ****************************************************************************/ + +static pipe_ndx_t pipecommon_bufferused(FAR struct pipe_dev_s *dev) Review Comment: Ok -- 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]
