aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark9064 <30447455+mark9064@users.noreply.github.com>2024-08-22 16:51:52 +0100
committerJF <JF002@users.noreply.github.com>2024-09-14 12:10:55 +0200
commitc8236afbefbcc4e22150da7324617d853561a0c5 (patch)
treecdc082a82ebf87dd7af4d347c512629160980455
parent5040733a97560f8f0ef73f7df7982c5acaf15b47 (diff)
Restrict debugging monitor to debug builds
-rw-r--r--src/systemtask/SystemMonitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemtask/SystemMonitor.cpp b/src/systemtask/SystemMonitor.cpp
index 2edee7bf..8696c8ce 100644
--- a/src/systemtask/SystemMonitor.cpp
+++ b/src/systemtask/SystemMonitor.cpp
@@ -1,5 +1,5 @@
#include "systemtask/SystemTask.h"
-#if configUSE_TRACE_FACILITY == 1
+#if NRF_LOG_ENABLED
// FreeRtosMonitor
#include <FreeRTOS.h>
#include <task.h>