AVR Z-LINKŪ


compiler.h

Go to the documentation of this file.
00001 /* This file has been prepared for Doxygen automatic documentation generation.*/
00050 #ifndef COMPILER_H
00051 #define COMPILER_H
00052 
00053     #if defined( AVR )
00054         #include "compiler_avr.h"
00055     #elif defined( AVR32 )
00056         #include "compiler_avr32.h"
00057     #elif defined( SAM7 )
00058         #include "compiler_sam7.h"
00059         #error Architecture not supported yet.
00060     #else
00061         #error This files should only be compiled with the ARCHITECTURE set.
00062     #endif
00063 #endif
00064 /*EOF*/
@DOC_TITLE@
Generated on Wed Jul 11 18:16:31 2007 for AVR2001 AT86RF230 Software Programmer's Manual by doxygen 1.4.7