From 39668ecb5ca8c74b8fedd75a6d80efb9d89a3f7f Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 17 Jan 2010 19:00:26 +0100 Subject: gcc: use standard AT91SAM7S256 definitions --- AT91SAM7S256/SAM7S256/Include/sam7s256.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'AT91SAM7S256/SAM7S256') diff --git a/AT91SAM7S256/SAM7S256/Include/sam7s256.h b/AT91SAM7S256/SAM7S256/Include/sam7s256.h index 332e39d..0118c40 100644 --- a/AT91SAM7S256/SAM7S256/Include/sam7s256.h +++ b/AT91SAM7S256/SAM7S256/Include/sam7s256.h @@ -15,7 +15,11 @@ #ifndef SAM7S256_H #define SAM7S256_H +#ifdef __IAR_SYSTEMS_ICC__ #include "ioat91sam7s256.h" +#else +#include "AT91SAM7S256.h" +#endif #define SAM7S256 -- cgit v1.2.3