Not test syslog in nightly test.
[bertos.git] / bertos / cfg / log.h
index 05cd5f15588c0e6ff91568b17e6ca94fbf98453e..ae5e6e9d36bb50a4b304980c34917f2b2cae6bd5 100644 (file)
        #define CONFIG_SYSLOG_NET 0
 #endif
 
-#if (CONFIG_SYSLOG_NET && !ARCH_NIGHTTEST)
+#if (CONFIG_SYSLOG_NET && (!defined(ARCH_NIGHTTEST) || !(ARCH & ARCH_NIGHTTEST)))
        #include <net/syslog.h>
 
        #if LOG_FORMAT == LOG_FMT_VERBOSE