kdebug_cm3.c
Go to the documentation of this file.00001 00038 #include <cpu/detect.h> 00039 00040 #if CPU_CM3_LM3S 00041 #include "kdebug_lm3s.c" 00042 #elif CPU_CM3_STM32 00043 #include "kdebug_stm32.c" 00044 /*#elif Add other families here */ 00045 #else 00046 #error Unknown CPU 00047 #endif
