File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ File : SEGGER_SYSVIEW_FreeRTOS.c
10
10
Purpose : Interface between FreeRTOS and SystemView.
11
11
Revision: $Rev: 7947 $
12
12
*/
13
+
14
+ #if CFG_DEBUG >= 3
15
+
13
16
#include "FreeRTOS.h"
14
17
#include "task.h"
15
18
#include "SEGGER_SYSVIEW.h"
@@ -208,4 +211,6 @@ const SEGGER_SYSVIEW_OS_API SYSVIEW_X_OS_TraceAPI = {
208
211
_cbSendTaskList ,
209
212
};
210
213
214
+ #endif // CFG_DEBUG
215
+
211
216
/*************************** End of file ****************************/
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ extern "C"
56
56
// VERIFY Helper
57
57
//--------------------------------------------------------------------+
58
58
#if CFG_DEBUG >= 1
59
+ #include <stdio.h>
60
+
59
61
#define VERIFY_MESS (_status , _funcstr ) \
60
62
do { \
61
63
const char* (*_fstr)(int32_t) = _funcstr;\
You can’t perform that action at this time.
0 commit comments