Add adc module for lm3s family.
[bertos.git] / bertos / cpu / cortex-m3 / drv / adc_cm3.h
index fcbbb34cb4fc7a3b375c0fbfe8e02903bad613b8..b9987e48d0ee5d7b078b6ea5b745fefbe4dd090f 100644 (file)
@@ -38,7 +38,9 @@
 
 #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  Add other ARM families here */
 #else