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:
Pawel Dunaj 2018-12-05 10:28:48 +01:00 committed by Carles Cufí
commit e344e5752c
10 changed files with 12 additions and 12 deletions

View file

@ -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