From: Daniele Basile Date: Fri, 20 Jan 2012 09:40:40 +0000 (+0100) Subject: Not test syslog in nightly test. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=92d0de91b210748b19bd4bdaac1cc16e74369b78;p=bertos.git Not test syslog in nightly test. --- diff --git a/bertos/cfg/log.h b/bertos/cfg/log.h index 05cd5f15..ae5e6e9d 100644 --- a/bertos/cfg/log.h +++ b/bertos/cfg/log.h @@ -152,7 +152,7 @@ #define CONFIG_SYSLOG_NET 0 #endif -#if (CONFIG_SYSLOG_NET && !ARCH_NIGHTTEST) +#if (CONFIG_SYSLOG_NET && (!defined(ARCH_NIGHTTEST) || !(ARCH & ARCH_NIGHTTEST))) #include #if LOG_FORMAT == LOG_FMT_VERBOSE