From 2b494204a6ea834cd13b599b7a9675624e2a5ffb Mon Sep 17 00:00:00 2001 From: gaurav-aws Date: Sun, 17 Feb 2019 01:27:16 +0000 Subject: [PATCH] Sync the Renesas port to AFR Git Repo git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2633 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- FreeRTOS/Source/portable/Renesas/RX600v2/port.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FreeRTOS/Source/portable/Renesas/RX600v2/port.c b/FreeRTOS/Source/portable/Renesas/RX600v2/port.c index 162c046a1..76fd33371 100644 --- a/FreeRTOS/Source/portable/Renesas/RX600v2/port.c +++ b/FreeRTOS/Source/portable/Renesas/RX600v2/port.c @@ -37,7 +37,11 @@ #include "string.h" /* Hardware specifics. */ -#include "iodefine.h" +#if defined( configINCLUDE_PLATFORM_H_INSTEAD_OF_IODEFINE_H ) && ( configINCLUDE_PLATFORM_H_INSTEAD_OF_IODEFINE_H == 1 ) + #include "platform.h" +#else + #include "iodefine.h" +#endif /*-----------------------------------------------------------*/ -- 2.39.2