ext: debug: segger: Fix SEGGER header inclusion
Fix issue caused by 3fc497ac9a
This change removes `rtt` and `systemview` from header includes
as these are already placed in the path.
Also `SEGGER_SYSVIEW_ConfDefaults.h` header included from
`SEGGER_SYSVIEW_Int.h` is placed higher to make sure `INLINE`
definition is properly visible.
Signed-off-by: Pawel Dunaj <pawel.dunaj@nordicsemi.no>
This commit is contained in:
parent
7c68befb15
commit
e344e5752c
10 changed files with 12 additions and 12 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <logging/log_core.h>
|
||||
#include <logging/log_msg.h>
|
||||
#include <logging/log_output.h>
|
||||
#include <rtt/SEGGER_RTT.h>
|
||||
#include <SEGGER_RTT.h>
|
||||
|
||||
#define DROP_MAX 99
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue