summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-08 06:58:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-08 06:58:23 -0600
commitee85df507430d32de087f8948605e39eca437e32 (patch)
tree555cfc0fa71ec091e9b93fe824017cdff0d2267a /nuttx/include
parentbaf972771e52416fbcddc05da8630bd65f530414 (diff)
downloadpx4-nuttx-ee85df507430d32de087f8948605e39eca437e32.tar.gz
px4-nuttx-ee85df507430d32de087f8948605e39eca437e32.tar.bz2
px4-nuttx-ee85df507430d32de087f8948605e39eca437e32.zip
Update ChangeLog
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/syslog/syslog_console.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/include/nuttx/syslog/syslog_console.h b/nuttx/include/nuttx/syslog/syslog_console.h
index dc2ccab1b..14d13f50e 100644
--- a/nuttx/include/nuttx/syslog/syslog_console.h
+++ b/nuttx/include/nuttx/syslog/syslog_console.h
@@ -55,7 +55,6 @@
* is useful, for example, if the only console is a Telnet console. Then
* in that case, console output from non-Telnet threads will go to the
* syslog_putc output.
- *
*/
#ifndef CONFIG_DEV_CONSOLE
@@ -70,7 +69,8 @@
#ifdef __cplusplus
#define EXTERN extern "C"
-extern "C" {
+extern "C"
+{
#else
#define EXTERN extern
#endif
@@ -89,7 +89,7 @@ extern "C" {
****************************************************************************/
#ifdef CONFIG_SYSLOG_CONSOLE
-EXTERN int syslog_console_init(void);
+int syslog_console_init(void);
#endif
#undef EXTERN