ser_arm.c

Go to the documentation of this file.
00001 
00045 #ifndef WIZ_AUTOGEN
00046     #warning This file is deprecated, you should use ser_at91.c
00047 
00048     #include <cpu/detect.h>
00049 
00050     #if CPU_ARM_AT91
00051         #include "ser_at91.c"
00052     #elif CPU_ARM_LPC2378
00053         #include "ser_lpc2.c"
00054     /*#elif  Add other ARM families here */
00055     #else
00056         #error Unknown CPU
00057     #endif
00058 #endif /* WIZ_AUTOGEN */