ser_arm.h
Go to the documentation of this file.00001 00041 #include <cpu/detect.h> 00042 00043 #if CPU_ARM_AT91 00044 #include "ser_at91.h" 00045 #elif CPU_ARM_LPC2378 00046 #include "ser_lpc2.h" 00047 /*#elif Add other ARM families here */ 00048 #else 00049 #error Unknown CPU 00050 #endif
