From 92d0de91b210748b19bd4bdaac1cc16e74369b78 Mon Sep 17 00:00:00 2001 From: Daniele Basile Date: Fri, 20 Jan 2012 10:40:40 +0100 Subject: [PATCH] Not test syslog in nightly test. --- bertos/cfg/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1