X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fadc_cm3.h;h=b9987e48d0ee5d7b078b6ea5b745fefbe4dd090f;hb=6b7bd43e5f6662de73ee185c65b4f4900bd3d816;hp=fcbbb34cb4fc7a3b375c0fbfe8e02903bad613b8;hpb=9269af1a580612afd2ff26ca729edbf2b9e10995;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/adc_cm3.h b/bertos/cpu/cortex-m3/drv/adc_cm3.h index fcbbb34c..b9987e48 100644 --- a/bertos/cpu/cortex-m3/drv/adc_cm3.h +++ b/bertos/cpu/cortex-m3/drv/adc_cm3.h @@ -38,7 +38,9 @@ #include -#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