Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h b/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
index 2cdf7f351..1f424d0c1 100644
--- a/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
+++ b/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
@@ -31,7 +31,8 @@
#define SERVICE_FileSystem 1
#define SERVICE_SysMonitor TARGET_UNIX
-#define ENABLE_Trace 1
+#define ENABLE_Trace 1
+#define ENABLE_Discovery 1
#ifdef CONFIG_MAIN

Back to the top