BeRTOS
kdebug_avr.c
Go to the documentation of this file.
00001 
00039 #include <cpu/detect.h>
00040 
00041 #if CPU_AVR_MEGA
00042     #include "kdebug_mega.c"
00043 #elif CPU_AVR_XMEGA
00044     #include "kdebug_xmega.c"
00045 #else
00046     #error Unknown CPU
00047 #endif