BeRTOS
|
00001 00039 #include <cpu/detect.h> 00040 00041 #if CPU_ARM_AT91 00042 #include "kdebug_at91.c" 00043 #elif CPU_ARM_LPC2 00044 #include "kdebug_lpc2.c" 00045 /*#elif Add other ARM families here */ 00046 #else 00047 #error Unknown CPU 00048 #endif