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:
patacongo
2012-02-12 20:27:49 +00:00
parent 8b9f3616cb
commit d2e05ac96f
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
# endif # endif
#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 #ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG # undef CONFIG_RAMLOG_SYSLOG
+1 -1
View File
@@ -168,7 +168,7 @@
# endif # endif
#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 #ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG # undef CONFIG_RAMLOG_SYSLOG
+1 -1
View File
@@ -87,7 +87,7 @@
# endif # endif
#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 #ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG # undef CONFIG_RAMLOG_SYSLOG
+1 -1
View File
@@ -92,7 +92,7 @@
# endif # endif
#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 #ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG # undef CONFIG_RAMLOG_SYSLOG
+1 -1
View File
@@ -78,7 +78,7 @@
# endif # endif
#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 #ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG # undef CONFIG_RAMLOG_SYSLOG
+1 -1
View File
@@ -81,7 +81,7 @@
# endif # endif
#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 #ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG # undef CONFIG_RAMLOG_SYSLOG
+1 -1
View File
@@ -81,7 +81,7 @@
# endif # endif
#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 #ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG # undef CONFIG_RAMLOG_SYSLOG
+1 -1
View File
@@ -85,7 +85,7 @@
# endif # endif
#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 #ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG # undef CONFIG_RAMLOG_SYSLOG
+1 -1
View File
@@ -51,7 +51,7 @@
* Private Definitions * 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 #ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG # undef CONFIG_RAMLOG_SYSLOG
+1 -1
View File
@@ -80,7 +80,7 @@
# endif # endif
#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 #ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG # undef CONFIG_RAMLOG_SYSLOG
+1 -1
View File
@@ -71,7 +71,7 @@
# define USE_EARLYSERIALINIT 1 # define USE_EARLYSERIALINIT 1
#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 #ifndef CONFIG_SYSLOG
# undef CONFIG_RAMLOG_SYSLOG # undef CONFIG_RAMLOG_SYSLOG