Skip to content

Commit

Permalink
Restrict debugging monitor to debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9064 authored and JF002 committed Sep 14, 2024
1 parent 5040733 commit c8236af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systemtask/SystemMonitor.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "systemtask/SystemTask.h"
#if configUSE_TRACE_FACILITY == 1
#if NRF_LOG_ENABLED
// FreeRtosMonitor
#include <FreeRTOS.h>
#include <task.h>
Expand Down

0 comments on commit c8236af

Please sign in to comment.