Commit 76090ceb authored by Håkon Øye Amundsen's avatar Håkon Øye Amundsen Committed by Carles Cufí
Browse files

ext: segger: Use system include directive for configuration header.



By using system include directive, we allow
the user to place external SEGGER_RTT_conf.h files to the
include path in order to override the zephyr version.

Signed-off-by: default avatarHåkon Øye Amundsen <haakon.amundsen@nordicsemi.no>
parent a1d6344c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ Revision: $Rev: 10533 $
#ifndef SEGGER_RTT_H
#define SEGGER_RTT_H

#include "SEGGER_RTT_Conf.h"
#include <SEGGER_RTT_Conf.h>

/*********************************************************************
*
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ Revision: $Rev: 9599 $
----------------------------------------------------------------------
*/
#include "SEGGER_RTT.h"
#include "SEGGER_RTT_Conf.h"
#include <SEGGER_RTT_Conf.h>

/*********************************************************************
*