Disable uneeded assert.
[bertos.git] / bertos / cpu / cortex-m3 / drv / i2c_cm3.h
index 956d1655b3d344b95ee7f312a2599ad6362747d0..1af140d2d6fdad59cf5aebbbc91f7ee3086c240f 100644 (file)
@@ -42,6 +42,8 @@
        #include "i2c_lm3s.h"
 #elif CPU_CM3_STM32
        #include "i2c_stm32.h"
+#elif CPU_CM3_SAM3
+       #include "i2c_sam3.h"
 /*#elif  Add other Cortex-M3 CPUs here */
 #else
        #error Unknown CPU