kdebug_arm.c
Go to the documentation of this file.00001 00040 #include <cpu/detect.h> 00041 00042 #if CPU_ARM_AT91 00043 #include "kdebug_at91.c" 00044 #elif CPU_ARM_LPC2 00045 #include "kdebug_lpc2.c" 00046 /*#elif Add other ARM families here */ 00047 #else 00048 #error Unknown CPU 00049 #endif
