Restrict debugging monitor to debug builds

This commit is contained in:
mark9064 2024-08-22 16:51:52 +01:00 committed by JF
parent 5040733a97
commit c8236afbef

View file

@ -1,5 +1,5 @@
#include "systemtask/SystemTask.h"
#if configUSE_TRACE_FACILITY == 1
#if NRF_LOG_ENABLED
// FreeRtosMonitor
#include <FreeRTOS.h>
#include <task.h>