Sync the Renesas port to AFR Git Repo

pull/1/head
Gaurav Aggarwal 6 years ago
parent 0de2a2758a
commit 55ad3861c5

@ -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
/*-----------------------------------------------------------*/

Loading…
Cancel
Save