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 Add other ARM families here */ 00045 #else 00046 #error Unknown CPU 00047 #endif
00001 00040 #include <cpu/detect.h> 00041 00042 #if CPU_ARM_AT91 00043 #include "kdebug_at91.c" 00044 /*#elif Add other ARM families here */ 00045 #else 00046 #error Unknown CPU 00047 #endif