Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove contents when SysView is not enabled.
  • Loading branch information
henrygab committed Feb 11, 2020
commit 1cb51ff4a49b635f41fa1d396c1c56adefdb273f
4 changes: 4 additions & 0 deletions cores/nRF5/sysview/SEGGER_SYSVIEW_FreeRTOS.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Purpose : Interface between FreeRTOS and SystemView.
Revision: $Rev: 7947 $
*/

#if CFG_DEBUG >= 3

#include "FreeRTOS.h"
#include "task.h"
#include "SEGGER_SYSVIEW.h"
Expand Down Expand Up @@ -250,4 +252,6 @@ const SEGGER_SYSVIEW_OS_API SYSVIEW_X_OS_TraceAPI = {
_cbSendTaskList,
};

#endif // CFG_DEBUG >= 3

/*************************** End of file ****************************/