Restrict debugging monitor to debug builds
This commit is contained in:
parent
5040733a97
commit
c8236afbef
|
@ -1,5 +1,5 @@
|
|||
#include "systemtask/SystemTask.h"
|
||||
#if configUSE_TRACE_FACILITY == 1
|
||||
#if NRF_LOG_ENABLED
|
||||
// FreeRtosMonitor
|
||||
#include <FreeRTOS.h>
|
||||
#include <task.h>
|
||||
|
|
Loading…
Reference in a new issue