ccollins476ad commented on a change in pull request #1341: sys/console: add 
support for silencing output from the console
URL: https://github.com/apache/mynewt-core/pull/1341#discussion_r211433759
 
 

 ##########
 File path: sys/console/minimal/include/console/console.h
 ##########
 @@ -63,6 +63,14 @@ console_set_completion_cb(uint8_t (*completion)(char *str, 
uint8_t len))
 {
 }
 
+extern bool g_silence_console;
+
+static void inline
 
 Review comment:
   This function could probably use a brief doxygen comment.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to