Skip to content

Commit c8236af

Browse files
mark9064JF002
authored andcommitted
Restrict debugging monitor to debug builds
1 parent 5040733 commit c8236af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/systemtask/SystemMonitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "systemtask/SystemTask.h"
2-
#if configUSE_TRACE_FACILITY == 1
2+
#if NRF_LOG_ENABLED
33
// FreeRtosMonitor
44
#include <FreeRTOS.h>
55
#include <task.h>

0 commit comments

Comments
 (0)