From: asterix Date: Tue, 28 Sep 2010 10:57:59 +0000 (+0000) Subject: Add adc module for lm3s family. X-Git-Tag: 2.6.0~75 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=8aca53b79d77e80296dee760eb0b6fe5e8a651b8;p=bertos.git Add adc module for lm3s family. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4326 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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