Restrict debugging monitor to debug builds
Some checks failed
CI / build-firmware (push) Successful in 6m31s
CI / build-simulator (push) Failing after 22s
CI / get-base-ref-size (push) Has been skipped
CI / Compare build size (push) Has been skipped

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>