]> git.sur5r.net Git - freertos/commitdiff
Sync the Renesas port to AFR Git Repo
authorgaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Feb 2019 01:27:16 +0000 (01:27 +0000)
committergaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Feb 2019 01:27:16 +0000 (01:27 +0000)
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

index 162c046a149ab1ade5a9a7e6dde8a97afba869f7..76fd33371d569b55839722f95ad96e26584499b1 100644 (file)
 #include "string.h"\r
 \r
 /* Hardware specifics. */\r
-#include "iodefine.h"\r
+#if defined( configINCLUDE_PLATFORM_H_INSTEAD_OF_IODEFINE_H ) && ( configINCLUDE_PLATFORM_H_INSTEAD_OF_IODEFINE_H == 1 )\r
+       #include "platform.h"\r
+#else\r
+       #include "iodefine.h"\r
+#endif\r
 \r
 /*-----------------------------------------------------------*/\r
 \r