Remove duplicate define. Put all phy chip specific defines in its
[bertos.git] / bertos / cpu / cortex-m3 / drv / adc_cm3.h
index fcbbb34cb4fc7a3b375c0fbfe8e02903bad613b8..168a5da0c244a9daf6a62cf26491e1d640e95fe3 100644 (file)
 
 #include <cpu/detect.h>
 
-#if CPU_CM3_STM32
+#if CPU_CM3_LM3S
+       #include "adc_lm3s.h"
+#elif CPU_CM3_STM32
        #include "adc_stm32.h"
+#elif CPU_CM3_SAM3X
+       #include "adc_sam3.h"
 /*#elif  Add other ARM families here */
 #else
        #error Unknown CPU