Remove duplicate define. Put all phy chip specific defines in its
[bertos.git] / bertos / cpu / cortex-m3 / drv / flash_cm3.h
index bb7020b20fbc3437d44849b1f16ab100195665cb..c6e2a831c70dc10e24c7a7c5532ff0315fed1bfc 100644 (file)
 
 #if CPU_CM3_LM3S
        #include "flash_lm3s.h"
+#elif CPU_CM3_STM32
+       #include "flash_stm32.h"
+#elif CPU_CM3_SAM3
+       #include "flash_sam3.h"
 /*#elif  Add other Cortex-M3 CPUs here */
 #else
        #error Unknown CPU