anchao commented on code in PR #15613: URL: https://github.com/apache/nuttx/pull/15613#discussion_r1922062932
########## drivers/serial/serial_gdbstub.c: ########## @@ -253,7 +253,8 @@ static ssize_t uart_gdbstub_receive(FAR void *priv, FAR void *buf, * ****************************************************************************/ -static ssize_t uart_gdbstub_send(FAR void *priv, FAR void *buf, size_t len) +static ssize_t uart_gdbstub_send(FAR void *priv, FAR const void *buf, Review Comment:  compiler won't warning here? -- 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]
