X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fadc_cm3.h;h=168a5da0c244a9daf6a62cf26491e1d640e95fe3;hb=563795df4180aaceb7d69306551230c98fbca879;hp=a5f15a1149d59ab9c8961692d6d7bb4b44cec968;hpb=1cbb62896ac90d73f33e8339c334be09b931079c;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/adc_cm3.h b/bertos/cpu/cortex-m3/drv/adc_cm3.h index a5f15a11..168a5da0 100644 --- a/bertos/cpu/cortex-m3/drv/adc_cm3.h +++ b/bertos/cpu/cortex-m3/drv/adc_cm3.h @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2007 Develer S.r.l. (http://www.develer.com/) + * Copyright 2010 Develer S.r.l. (http://www.develer.com/) * * --> * @@ -38,8 +38,12 @@ #include -#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