commit | e344e5752c43563f734bde8ee9d0ced4d32ac460 | [log] [tgz] |
---|---|---|
author | Pawel Dunaj <pawel.dunaj@nordicsemi.no> | Wed Dec 05 10:28:48 2018 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Dec 05 14:35:42 2018 +0100 |
tree | bc95b3cc218b26cd5951e34b4e0459f345330ff3 | |
parent | 7c68befb1594137c430941495da16430434623b5 [diff] |
ext: debug: segger: Fix SEGGER header inclusion Fix issue caused by 3fc497ac9af7119e0e56d4b7fe2e47d6ae12cd8a 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>