xiaoxiang781216 commented on code in PR #7554:
URL: https://github.com/apache/nuttx/pull/7554#discussion_r1035203691


##########
include/nuttx/segger/rtt.h:
##########
@@ -98,6 +98,15 @@ ssize_t syslog_rtt_write(FAR struct syslog_channel_s 
*channel,
                          FAR const char *buffer, size_t buflen);
 #endif
 
+/****************************************************************************
+* Name: serial_rtt_register
+*****************************************************************************/
+
+#ifdef CONFIG_SERIAL_RTT
+void serial_rtt_register(FAR const char *name, int channel, bool isconsole,

Review Comment:
   move "bool isconsole" to next line



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to