diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-08-22 16:51:52 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-09-14 12:10:55 +0200 |
| commit | c8236afbefbcc4e22150da7324617d853561a0c5 (patch) | |
| tree | cdc082a82ebf87dd7af4d347c512629160980455 /src | |
| parent | 5040733a97560f8f0ef73f7df7982c5acaf15b47 (diff) | |
Restrict debugging monitor to debug builds
Diffstat (limited to 'src')
| -rw-r--r-- | src/systemtask/SystemMonitor.cpp | 2 |
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> |
