mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Fix a small RAM log bug (the RAM log still does not work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4385 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Determine which device to use as the system loggin device */
|
||||
/* Determine which device to use as the system logging device */
|
||||
|
||||
#ifndef CONFIG_SYSLOG
|
||||
# undef CONFIG_RAMLOG_SYSLOG
|
||||
|
||||
@@ -168,7 +168,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Determine which device to use as the system loggin device */
|
||||
/* Determine which device to use as the system logging device */
|
||||
|
||||
#ifndef CONFIG_SYSLOG
|
||||
# undef CONFIG_RAMLOG_SYSLOG
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Determine which device to use as the system loggin device */
|
||||
/* Determine which device to use as the system logging device */
|
||||
|
||||
#ifndef CONFIG_SYSLOG
|
||||
# undef CONFIG_RAMLOG_SYSLOG
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Determine which device to use as the system loggin device */
|
||||
/* Determine which device to use as the system logging device */
|
||||
|
||||
#ifndef CONFIG_SYSLOG
|
||||
# undef CONFIG_RAMLOG_SYSLOG
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Determine which device to use as the system loggin device */
|
||||
/* Determine which device to use as the system logging device */
|
||||
|
||||
#ifndef CONFIG_SYSLOG
|
||||
# undef CONFIG_RAMLOG_SYSLOG
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Determine which device to use as the system loggin device */
|
||||
/* Determine which device to use as the system logging device */
|
||||
|
||||
#ifndef CONFIG_SYSLOG
|
||||
# undef CONFIG_RAMLOG_SYSLOG
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Determine which device to use as the system loggin device */
|
||||
/* Determine which device to use as the system logging device */
|
||||
|
||||
#ifndef CONFIG_SYSLOG
|
||||
# undef CONFIG_RAMLOG_SYSLOG
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Determine which device to use as the system loggin device */
|
||||
/* Determine which device to use as the system logging device */
|
||||
|
||||
#ifndef CONFIG_SYSLOG
|
||||
# undef CONFIG_RAMLOG_SYSLOG
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
* Private Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Determine which device to use as the system loggin device */
|
||||
/* Determine which device to use as the system logging device */
|
||||
|
||||
#ifndef CONFIG_SYSLOG
|
||||
# undef CONFIG_RAMLOG_SYSLOG
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Determine which device to use as the system loggin device */
|
||||
/* Determine which device to use as the system logging device */
|
||||
|
||||
#ifndef CONFIG_SYSLOG
|
||||
# undef CONFIG_RAMLOG_SYSLOG
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
# define USE_EARLYSERIALINIT 1
|
||||
#endif
|
||||
|
||||
/* Determine which device to use as the system loggin device */
|
||||
/* Determine which device to use as the system logging device */
|
||||
|
||||
#ifndef CONFIG_SYSLOG
|
||||
# undef CONFIG_RAMLOG_SYSLOG
|
||||
|
||||
Reference in New Issue
Block a user