From 7a613efa9f80222fa9642bfb6a249972c7ae6c6e Mon Sep 17 00:00:00 2001 From: Daniele Basile Date: Tue, 17 Jan 2012 10:48:31 +0100 Subject: [PATCH 1/1] Remove syslog from 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 086d4615..05cd5f15 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 +#if (CONFIG_SYSLOG_NET && !ARCH_NIGHTTEST) #include #if LOG_FORMAT == LOG_FMT_VERBOSE -- 2.25.1