From 1b8f0db615aee486a5e23e34737d1ab0a9c85130 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Wed, 25 Apr 2018 14:09:07 +0000 Subject: [PATCH] Refs #531. Minor refactoring and code cleanup in the Tricore TC1798 port. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@483 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Source/TRICORE_TC1798/GCC/cpu_comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Target/Source/TRICORE_TC1798/GCC/cpu_comp.c b/Target/Source/TRICORE_TC1798/GCC/cpu_comp.c index 2592730f..374d5b50 100644 --- a/Target/Source/TRICORE_TC1798/GCC/cpu_comp.c +++ b/Target/Source/TRICORE_TC1798/GCC/cpu_comp.c @@ -30,7 +30,7 @@ * Include files ****************************************************************************************/ #include "boot.h" /* bootloader generic header */ -#include +#include "cpu_comp.h" /* compiler specific CPU definitions */ /****************************************************************************************