ser_arm.c

Go to the documentation of this file.
00001 
00045 #include <cpu/detect.h>
00046 
00047 #if CPU_ARM_AT91
00048     #include "ser_at91.c"
00049 /*#elif  Add other ARM families here */
00050 #else
00051     #error Unknown CPU
00052 #endif