sam3n spi: fix interrupt enable/disable logic. Interrupt is enabled only when
[bertos.git] / bertos / cpu / cortex-m3 / drv / kdebug_cm3.c
index c236ca6b51ae3b2da3de00ead5d9c1563094adce..d3b5409de44cb54bc9861d6ec56cbe51fb81a6fd 100644 (file)
@@ -41,6 +41,8 @@
        #include "kdebug_lm3s.c"
 #elif CPU_CM3_STM32
        #include "kdebug_stm32.c"
+#elif CPU_CM3_AT91SAM3
+       #include "kdebug_sam3.c"
 /*#elif  Add other families here */
 #else
        #error Unknown CPU