summaryrefslogtreecommitdiff
path: root/src/system/dlt-system-process-handling.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/dlt-system-process-handling.c')
-rw-r--r--src/system/dlt-system-process-handling.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system/dlt-system-process-handling.c b/src/system/dlt-system-process-handling.c
index af6ba66..eb310b0 100644
--- a/src/system/dlt-system-process-handling.c
+++ b/src/system/dlt-system-process-handling.c
@@ -128,8 +128,10 @@ void start_threads(DltSystemConfiguration *config)
if (config->LogFile.Enable)
start_thread(config, logfile_thread, "log file");
+#if defined(DLT_FILETRANSFER_ENABLE)
if (config->Filetransfer.Enable)
start_thread(config, filetransfer_thread, "file transfer");
+#endif
if (config->LogProcesses.Enable)
start_thread(config, logprocess_thread, "log process");